summaryrefslogtreecommitdiff
path: root/home-config/waybar/config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r--home-config/waybar/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config
index df9f6bb..8721a6a 100644
--- a/home-config/waybar/config
+++ b/home-config/waybar/config
@@ -107,7 +107,7 @@
107 "exec-if": "ping wttr.in -c1" 107 "exec-if": "ping wttr.in -c1"
108 }, 108 },
109 "custom/weather": { 109 "custom/weather": {
110 "format": "{} °", 110 "format": "{} °F",
111 "tooltip": true, 111 "tooltip": true,
112 "interval": 3600, 112 "interval": 3600,
113 "exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done", 113 "exec": "exit=101; while [ $exit = 101 ]; do wttrbar --main-indicator temp_F --fahrenheit; exit=$(echo $?); sleep 1; done",