diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-01-18 20:20:52 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-01-18 20:20:52 +0300 |
commit | a2f84ef431fa5bdedd97a67b60fb0196b9131c69 (patch) | |
tree | 5b46d2835665267a6c2e10cd08c00573dfdffa47 /dotfiles/.config/waybar/config | |
parent | e76d690119ee960463e378baaa846bac31921c91 (diff) | |
download | swayrice-a2f84ef431fa5bdedd97a67b60fb0196b9131c69.tar.gz swayrice-a2f84ef431fa5bdedd97a67b60fb0196b9131c69.zip |
remove absolute path for scripts in waybar config
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index dde08b3..1aefa26 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -161,16 +161,16 @@ "custom/rec-status": { "format": "{}", "signal": 5, - "exec": "$HOME/.scripts/i3barrecstatus" + "exec": "$HOME/.local/bin/i3barrecstatus" }, "custom/weather": { "format": "{}", "interval": 900, - "exec": "$HOME/.scripts/i3barweather" + "exec": "$HOME/.local/bin/i3barweather" }, "custom/swaykbd": { "format": "<span color=\"#5b8277\"></span> {}", - "exec": "$HOME/.scripts/swaykbd" + "exec": "$HOME/.local/bin/swaykbd" }, "custom/media": { "format": "{icon} {}", |