summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar/items/weather.sh
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 12:42:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-23 12:42:37 +0900
commit07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch)
treea6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/sketchybar/items/weather.sh
parent6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff)
updates
Diffstat (limited to 'mac/.config/sketchybar/items/weather.sh')
-rw-r--r--mac/.config/sketchybar/items/weather.sh23
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