diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-29 17:29:23 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-29 17:29:23 -0500 |
| commit | 69dd9649fd4e0c643cd1b9b2c641c0276e5b11c8 (patch) | |
| tree | ac7b4e119ebc6b24818096d9896be2608396a5e3 | |
| parent | 14d08958140befb7c5322cad1d42ed0a16190215 (diff) | |
Added support for waybar-weather
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: 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", |
