diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-30 00:51:17 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-30 00:51:17 -0500 |
| commit | 3f058e6d08c88178d71b8f5b0d65462b2014c532 (patch) | |
| tree | 9b991df7190a751328628b049cfb9c7a0708bb47 /config/waybar/ModulesCustom | |
| parent | 41df82c98c90f3ce11a57a6781b35b395b0a751d (diff) | |
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
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
