diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d19ed54..efb0226 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -89,7 +89,7 @@ "on-click-middle": "mpc toggle", "on-scroll-up": "mpc prev", "on-scroll-down": "mpc next", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stmusic.c", + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/stmusic.c", "max-length": 120 }, @@ -127,7 +127,7 @@ "on-click": "setsid -f \"$TERMINAL\" -e stig", "on-click-right": "notify-send \" Torrent module\" \"\\- Left click to open stig.\n- Middle click to toggle transmission.\"", "on-click-middle": "td-toggle", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/sttorrent.c" + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/sttorrent.c" }, "custom/weather" : { @@ -139,7 +139,7 @@ "interval" : 400, "on-click-right": "notify-send \" Weather module\" \"\\- Middle click to update forecast.\n: Chance of rain/snow\n: Current temperature\"", "on-click-middle": "WEATHERFORCEUPDATE=1 stweath", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stweath.c" + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/stweath.c" }, "cpu#usage" : { @@ -176,7 +176,7 @@ "interval": 5, "on-click-right": "notify-send \" Memory module\" \"\\- Shows Memory Used.\n- Click to show memory hogs.\n- Middle click to open btop.\"", "on-click-middle": "setsid -f \"$TERMINAL\" -e btop", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stmemory.c" + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/stmemory.c" }, "custom/doppler" : { @@ -202,7 +202,7 @@ "on-click": "setsid -w -f \"$TERMINAL\" -e neomutt ; pkill -RTMIN+12 \"${STATUSBAR:-waybar}\"", "on-click-right": "notify-send \" Mail module\" \"\\- Shows unread mail\n- Shows if syncing mail\n- Left click opens neomutt\n- Middle click to mute.\"", "on-click-middle": "setsid -f mailup", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stmail.c" + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/stmail.c" }, "network#usage": { @@ -275,7 +275,7 @@ "on-click": "notify-send \"This Month\" \"$(cal)\" && notify-send \"Appointments\" \"$(calcurse -d3)\"", "on-click-middle": "setsid -f \"$TERMINAL\" -e calcurse", "on-click-right": "notify-send \" Time/date module\" \"\\- Left click to show upcoming appointments for the next three days via \\`calcurse -d3\\` and show the month via \\`cal\\`\n- Middle click opens calcurse if installed\"", - "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stclock.c" + "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/src/statusbar/src/stclock.c" }, "custom/internet" : { |