From e129395dada177f359d41cf80967f59a1b1f0f3c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 30 Aug 2025 06:54:29 +0900 Subject: modified items/battery.sh, modified items/calendar.sh, modified plugins/calendar.sh --- mac/.config/sketchybar/items/battery.sh | 2 +- mac/.config/sketchybar/items/calendar.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mac/.config/sketchybar/items') 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 -- cgit v1.2.3