diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
| commit | 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch) | |
| tree | a6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/sketchybar/items/weather.sh | |
| parent | 6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff) | |
updates
Diffstat (limited to 'mac/.config/sketchybar/items/weather.sh')
| -rw-r--r-- | mac/.config/sketchybar/items/weather.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mac/.config/sketchybar/items/weather.sh b/mac/.config/sketchybar/items/weather.sh deleted file mode 100644 index 287354d..0000000 --- a/mac/.config/sketchybar/items/weather.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -# Load global styles, colors and icons -source "$CONFIG_DIR/globalstyles.sh" - -weather=( - script="$PLUGIN_DIR/weather.sh" - "${menu_defaults[@]}" - popup.align=right - update_freq=300 - updates=on - click_script="sketchybar --set $NAME popup.drawing=toggle; open -a /System/Applications/Weather.app" - --subscribe weather wifi_change - mouse.entered - mouse.exited - mouse.exited.global -) - -sketchybar \ - --add item weather right \ - --set weather "${weather[@]}" \ - --add item weather.details popup.weather \ - --set weather.details "${menu_item_defaults[@]}" icon.drawing=off |
