aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/panel.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/herbstluftwm/panel.sh')
-rwxr-xr-x.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index ac06100..24d0e12 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -65,7 +65,7 @@ fi
65 if pgrep pulseaudio > /dev/null ; then 65 if pgrep pulseaudio > /dev/null ; then
66 volumes=$(\ 66 volumes=$(\
67 amixer get Master | \ 67 amixer get Master | \
68 grep Front\ 68 grep "Mono: Playback"\
69 ) 69 )
70 vol=$(\ 70 vol=$(\
71 echo $volumes | \ 71 echo $volumes | \