diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-01-21 12:59:53 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-01-21 12:59:53 +0300 |
commit | ff860296848e6e5defc20411d01ff29517b7fa27 (patch) | |
tree | ebb7952bc8ff0182f7f5ac0bd3f0a2fa2b54fae5 /dotfiles | |
parent | a2f84ef431fa5bdedd97a67b60fb0196b9131c69 (diff) | |
download | swayrice-ff860296848e6e5defc20411d01ff29517b7fa27.tar.gz swayrice-ff860296848e6e5defc20411d01ff29517b7fa27.zip |
remove absolute path for real this time (oopsie)
Diffstat (limited to 'dotfiles')
-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 1aefa26..c543e94 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -161,16 +161,16 @@ "custom/rec-status": { "format": "{}", "signal": 5, - "exec": "$HOME/.local/bin/i3barrecstatus" + "exec": "i3barrecstatus" }, "custom/weather": { "format": "{}", "interval": 900, - "exec": "$HOME/.local/bin/i3barweather" + "exec": "i3barweather" }, "custom/swaykbd": { "format": "<span color=\"#5b8277\"></span> {}", - "exec": "$HOME/.local/bin/swaykbd" + "exec": "swaykbd" }, "custom/media": { "format": "{icon} {}", |