aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-01-21 12:59:53 +0300
committerYaroslav <contact@yaroslavps.com>2020-01-21 12:59:53 +0300
commitff860296848e6e5defc20411d01ff29517b7fa27 (patch)
treeebb7952bc8ff0182f7f5ac0bd3f0a2fa2b54fae5 /dotfiles/.config/waybar
parenta2f84ef431fa5bdedd97a67b60fb0196b9131c69 (diff)
downloadswayrice-ff860296848e6e5defc20411d01ff29517b7fa27.tar.gz
swayrice-ff860296848e6e5defc20411d01ff29517b7fa27.zip
remove absolute path for real this time (oopsie)
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/config6
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} {}",