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-storage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/statusbar/bar-storage') diff --git a/.local/bin/statusbar/bar-storage b/.local/bin/statusbar/bar-storage index d7b5fcf..a162834 100755 --- a/.local/bin/statusbar/bar-storage +++ b/.local/bin/statusbar/bar-storage @@ -1,7 +1,7 @@ #!/bin/sh case $BUTTON in - 1)notify-send "$(df -H | grep "Filesystem\|/dev/sd")";; + 1)notify-send "$(df -H | grep "Filesystem\|/dev/sd\|/dev/mapper")";; 3)urxvt -e vim ~/.local/bin/statusbar/storage esac -df -H | awk '/\/home/ { print $4 }' +df -H | awk '/\/$/ { print $4 }' -- cgit v1.2.3