mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
statusbar: padded percentages
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user