From 6b0dadd3b736655836a40fe458268c615020f5bb Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 16 Jun 2022 21:09:27 -0400 Subject: Fixed statusbar script right-click actions Fixed right-click actions in all scripts that had paths pointing to old script location. --- .local/bin/statusbar/bar-volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/bar-volume') diff --git a/.local/bin/statusbar/bar-volume b/.local/bin/statusbar/bar-volume index d9bcc9d..b67c6ca 100755 --- a/.local/bin/statusbar/bar-volume +++ b/.local/bin/statusbar/bar-volume @@ -3,7 +3,7 @@ case $BUTTON in 1)urxvt -e alsamixer;; - 3)urxvt -e vim ~/.local/bin/statusbar/volume;; + 3)urxvt -e vim ~/.local/bin/statusbar/bar-volume;; 4)amixer -q sset Master 1%+ unmute;; 5)amixer -q sset Master 1%- unmute;; esac -- cgit v1.2.3