mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
correct the volume muted icon
This commit is contained in:
parent
1bca65bfc2
commit
57e2bf3539
@ -39,7 +39,7 @@ status() { \
|
|||||||
|
|
||||||
# Get the volume of ALSA's master volume output. Show an icon if or
|
# Get the volume of ALSA's master volume output. Show an icon if or
|
||||||
# not muted.
|
# 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"
|
echo "$delim"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user