diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-30 06:54:29 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-30 06:54:29 +0900 |
| commit | e129395dada177f359d41cf80967f59a1b1f0f3c (patch) | |
| tree | bf9a0068f3473af4c3194d476aaf37828a1bdf93 /mac/.config/sketchybar/items | |
| parent | aab3930921c90f21e9e50b9b59cd0c9be011a552 (diff) | |
modified items/battery.sh, modified items/calendar.sh, modified plugins/calendar.sh
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 |
