diff options
Diffstat (limited to 'mac/.config/sketchybar/items')
| -rwxr-xr-x | mac/.config/sketchybar/items/battery.sh | 2 | ||||
| -rwxr-xr-x | mac/.config/sketchybar/items/calendar.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mac/.config/sketchybar/items/battery.sh b/mac/.config/sketchybar/items/battery.sh index 7955060..d3adcf8 100755 --- a/mac/.config/sketchybar/items/battery.sh +++ b/mac/.config/sketchybar/items/battery.sh @@ -9,8 +9,8 @@ battery=( update_freq=120 updates=on ) + sketchybar --add item battery right \ --set battery "${battery[@]}"\ icon.font.size=15 update_freq=120 script="$PLUGIN_DIR/battery.sh" \ --subscribe battery power_source_change system_woke - diff --git a/mac/.config/sketchybar/items/calendar.sh b/mac/.config/sketchybar/items/calendar.sh index 62aadc8..5fa2825 100755 --- a/mac/.config/sketchybar/items/calendar.sh +++ b/mac/.config/sketchybar/items/calendar.sh @@ -11,6 +11,6 @@ calendar=( click_script="$PLUGIN_DIR/zen.sh" ) -sketchybar --add item calendar right \ - --set calendar "${calendar[@]}" \ - --subscribe calendar system_woke +sketchybar --add item calendar right \ + --set calendar "${calendar[@]}" \ + --subscribe calendar system_woke |
