From cb5c32e5fdab747fb7cb49a254a3057b03bf06c8 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 3 May 2017 13:17:51 +0200 Subject: Modified statusbar so it shows proper volume percentage --- dwm-statusbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm-statusbar') diff --git a/dwm-statusbar b/dwm-statusbar index fd5b5f2..3008609 100755 --- a/dwm-statusbar +++ b/dwm-statusbar @@ -38,7 +38,7 @@ print_time() { print_volume() { # empty E022, low E023, full E024, mid E03B - volume=$(amixer get Master | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/') + volume=$(amixer get Master -M | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/') mute="$(amixer get Master | tail -n1 | sed -r 's/.*\[(on|off)\].*/\1/')" if [ "$mute" == "off" ]; then -- cgit v1.2.3