diff --git a/dot_config/sketchybar/executable_sketchybarrc b/dot_config/sketchybar/executable_sketchybarrc index 53dbc27..f82cbb8 100644 --- a/dot_config/sketchybar/executable_sketchybarrc +++ b/dot_config/sketchybar/executable_sketchybarrc @@ -110,25 +110,7 @@ sketchybar \ update_freq=30 \ script="$PLUGIN_DIR/battery.sh" \ lazy=true \ - --subscribe battery system_woke \ -\ - --add item sound right \ - --set sound \ - script="$PLUGIN_DIR/sound.sh" \ - update_freq=5 \ - lazy=true \ -\ - --add item mail right \ - --set mail \ - script="$PLUGIN_DIR/mailIndicator.sh" \ - update_freq=10 \ - lazy=true \ -\ - --add item tasks right \ - --set tasks \ - script="$PLUGIN_DIR/tasks.sh" \ - update_freq=10 \ - lazy=true + --subscribe battery system_woke ##### fin ##### sketchybar --update diff --git a/dot_local/bin/executable_bar_date b/dot_local/bin/executable_bar_date index 3916ad0..b9f35f7 100644 --- a/dot_local/bin/executable_bar_date +++ b/dot_local/bin/executable_bar_date @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [[ -x "$(command -v ddate)" ]]; then - ddate +'%{%A, %b %d%}' + ddate +"%{%a, %b %e%N%nCelebrate %H\!%}" else date +'%A, %b %d' fi