diff options
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 5bfec777..5c53c1dc 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -18,6 +18,14 @@ "tooltip": true, }, +"custom/weather2": { + "exec": "/usr/bin/waybar-weather", + "restart-interval": 60, + "return-type": "json", + "hide-empty-text": true, + "on-click": "pkill -USR1 waybar-weather" +} + "custom/hyprpicker": { "format": "", "on-click": "hyprpicker | wl-copy", |
