herbstluftwm: panel: fix volume bar width
This commit is contained in:
parent
43281e078d
commit
2b6d0efd79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue