diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-10-28 18:13:12 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-10-28 18:13:12 -0300 |
| commit | 0536a3a6f61cf24ac46ff74b49dc27d816a898e4 (patch) | |
| tree | 7894d6e167438cdc4705a02c16eeae3f99c10b84 /config | |
| parent | 2c1ce157c97ae690e1dfb8087a3bfa808ac57c18 (diff) | |
fix: waybar: now use WeatherWrap.sh
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/ModulesCustom | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 146ec275..f4c871f7 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -11,8 +11,9 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "$HOME/.config/hypr/UserScripts/Weather.py", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", //"exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + "exec": "$HOME/.config/hypr/UserScripts/WeatherWrap.sh", //"exec-if": "ping wttr.in -c1", "tooltip": true, }, @@ -286,4 +287,4 @@ "format": "", "tooltip": false } -}
\ No newline at end of file +} |
