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