From 75cac1a09bc19852c08254633dc9347c4d5f348a Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 14 Oct 2023 02:31:34 +0200 Subject: [PATCH] statusbar: adjusted all scripts to ahve similar layout --- .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 00c553f..aff18c2 100755 --- a/.local/bin/tools/statusbar/volume +++ b/.local/bin/tools/statusbar/volume @@ -18,4 +18,4 @@ else mic="" fi -printf "%s %s %s\\n" "$vol" "$icon" "$mic" +printf "%s %s %s\\n" "$mic" "$icon" "$vol%"