diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2025-10-28 18:29:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 18:29:58 -0300 |
| commit | dad4a040a85a4b2f5a47fb3f623c6818b924ff79 (patch) | |
| tree | 7894d6e167438cdc4705a02c16eeae3f99c10b84 /config/waybar/ModulesCustom | |
| parent | 53fe242ffdddf74bf13e32999027053ee4614b20 (diff) | |
| parent | 0536a3a6f61cf24ac46ff74b49dc27d816a898e4 (diff) | |
Merge pull request #854 from prabinpanta0/development
Weather System Integration Improvements
Diffstat (limited to 'config/waybar/ModulesCustom')
| -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 +} |
