From 69dd9649fd4e0c643cd1b9b2c641c0276e5b11c8 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 29 Jan 2026 17:29:23 -0500 Subject: Added support for waybar-weather On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: ModulesCustom --- config/waybar/ModulesCustom | 8 ++++++++ 1 file changed, 8 insertions(+) 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", -- cgit v1.2.3