diff options
Diffstat (limited to 'bin/guiscripts/dmvol')
-rwxr-xr-x | bin/guiscripts/dmvol | 2 |
1 files changed, 1 insertions, 1 deletions
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 |