mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
statusbar: padded percentages
This commit is contained in:
parent
5586af4bb5
commit
d263af2862
@ -3,7 +3,7 @@
|
||||
vol="$(pulsemixer --get-volume | awk '{print $1}')"
|
||||
|
||||
if [ "$vol" -eq "0" ]; then
|
||||
vol_info="^d^ "
|
||||
vol_info="^c#dfdfdf^ ^d^"
|
||||
elif [ "$vol" -gt "70" ]; then
|
||||
vol_info="^c#dfdfdf^ ^d^"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user