From ff860296848e6e5defc20411d01ff29517b7fa27 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 21 Jan 2020 12:59:53 +0300 Subject: remove absolute path for real this time (oopsie) --- dotfiles/.config/waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/waybar') 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": " {}", - "exec": "$HOME/.local/bin/swaykbd" + "exec": "swaykbd" }, "custom/media": { "format": "{icon} {}", -- cgit v1.2.3