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-time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/bar-time') diff --git a/.local/bin/statusbar/bar-time b/.local/bin/statusbar/bar-time index f61a268..781ba8f 100755 --- a/.local/bin/statusbar/bar-time +++ b/.local/bin/statusbar/bar-time @@ -2,6 +2,6 @@ case $BUTTON in 1)notify-send "$(ncal -hb)";; - 3)urxvt -e vim ~/.local/bin/statusbar/time + 3)urxvt -e vim ~/.local/bin/statusbar/bar-time esac date +"%r %A %D" -- cgit v1.2.3