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-memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/bar-memory') diff --git a/.local/bin/statusbar/bar-memory b/.local/bin/statusbar/bar-memory index 1e98cca..44a8ed3 100755 --- a/.local/bin/statusbar/bar-memory +++ b/.local/bin/statusbar/bar-memory @@ -2,7 +2,7 @@ case $BUTTON in 1)notify-send "$(ps axc -o cmd:15,%mem --sort=-%mem | head -6)";; - 3)urxvt -e vim ~/.local/bin/statusbar/memory + 3)urxvt -e vim ~/.local/bin/statusbar/bar-memory esac free --si -h | grep Mem | awk '{ print $3 "/" $2 }' -- cgit v1.2.3