From dc03fb40fe55a7dc88c07509b47299223d4d5815 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 4 Apr 2023 14:02:28 +0200 Subject: cleaned up scripts, use sh (-> dash) where possible --- bin/guiscripts/dmvol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/guiscripts/dmvol') diff --git a/bin/guiscripts/dmvol b/bin/guiscripts/dmvol index a73e128..8909de7 100755 --- a/bin/guiscripts/dmvol +++ b/bin/guiscripts/dmvol @@ -2,7 +2,7 @@ while true do volume="$(mpc volume | awk '{print $2}' | cut -f1 -d'%')" - choice="$(echo -e "plus\nmin" | + choice="$(echo "plus\nmin" | dmenu -g 2 -l 1 -p "$volume" | sed 's/plus/+/;s/min/-/')" test -z "$choice" && break -- cgit v1.2.3