From 3f058e6d08c88178d71b8f5b0d65462b2014c532 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Fri, 30 Jan 2026 00:51:17 -0500 Subject: waybar-weather path was hard coded breaks NixOS set to just waybar-weather since it's in $PATH On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/waybar/ModulesCustom --- config/waybar/ModulesCustom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 3075c170..ed30c4c3 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -19,7 +19,7 @@ }, "custom/weather2": { - "exec": "/usr/bin/waybar-weather", + "exec": "waybar-weather", "restart-interval": 60, "return-type": "json", "hide-empty-text": true, -- cgit v1.2.3