From c075127aaee99d072fdb887c0986fd6dc5c8c533 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 25 May 2020 17:06:24 -0400 Subject: no spaces between icons and content --- .local/bin/statusbar/volume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/volume') diff --git a/.local/bin/statusbar/volume b/.local/bin/statusbar/volume index 8df98c8..b64744f 100755 --- a/.local/bin/statusbar/volume +++ b/.local/bin/statusbar/volume @@ -35,4 +35,4 @@ else icon="🔉" fi -printf "%s %s%%\\n" "$icon" "$vol" +printf "%s%s%%\\n" "$icon" "$vol" -- cgit v1.3.1