correct the volume muted icon

This commit is contained in:
decantr 2019-09-04 17:43:05 +01:00
parent 1bca65bfc2
commit 57e2bf3539
No known key found for this signature in database
GPG Key ID: 0439DF0FFBB01323

View File

@ -39,7 +39,7 @@ status() { \
# Get the volume of ALSA's master volume output. Show an icon if or
# not muted.
amixer get Master | grep -o "[0-9]*%\|\[on\]\|\[off\]" | sed "s/\[on\]//;s/\[off\]//"
amixer get Master | grep -o "[0-9]*%\|\[on\]\|\[off\]" | sed "s/\[on\]//;s/\[off\]//"
echo "$delim"