feat(sketchybar): remove mailcount/tasks/volume

This commit is contained in:
winston 2022-10-21 17:36:10 +02:00
parent b63d737bde
commit 94a240feff
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 2 additions and 20 deletions

View file

@ -110,25 +110,7 @@ sketchybar \
update_freq=30 \ update_freq=30 \
script="$PLUGIN_DIR/battery.sh" \ script="$PLUGIN_DIR/battery.sh" \
lazy=true \ lazy=true \
--subscribe battery system_woke \ --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
##### fin ##### ##### fin #####
sketchybar --update sketchybar --update

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if [[ -x "$(command -v ddate)" ]]; then if [[ -x "$(command -v ddate)" ]]; then
ddate +'%{%A, %b %d%}' ddate +"%{%a, %b %e%N%nCelebrate %H\!%}"
else else
date +'%A, %b %d' date +'%A, %b %d'
fi fi