1
0
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:
tiyn 2023-10-17 05:39:13 +02:00
parent 5586af4bb5
commit d263af2862

View File

@ -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