herbstluftwm: panel: fix volume bar width

This commit is contained in:
Thomas Preisner 2016-12-13 23:46:47 +01:00
parent 43281e078d
commit 2b6d0efd79

View file

@ -119,7 +119,7 @@ function volume() {
else else
echo -n $(icon volume_on white) echo -n $(icon volume_on white)
fi fi
echo -n " $(echo $vol | dzen2-gdbar -s o -nonl)^ca()^ca()^ca()" echo -n " $(echo $vol | dzen2-gdbar -s o -max 102 -nonl)^ca()^ca()^ca()"
} }
hc pad $monitor $panel_height hc pad $monitor $panel_height