From d263af2862fd8b6737b15232602de431c7d9bbd9 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 17 Oct 2023 05:39:13 +0200 Subject: [PATCH] statusbar: padded percentages --- .local/bin/tools/statusbar/volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/tools/statusbar/volume b/.local/bin/tools/statusbar/volume index ab17ed6..38501fa 100755 --- a/.local/bin/tools/statusbar/volume +++ b/.local/bin/tools/statusbar/volume @@ -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