From 95f390aa88f834866e56e7fed6c1f91bc3f40936 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 10 Jun 2024 21:29:45 +0100 Subject: Added space after icon in volume control widget --- .config/eww/scripts/volumecontrol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/eww/scripts/volumecontrol b/.config/eww/scripts/volumecontrol index 2a91d85..ff25c21 100755 --- a/.config/eww/scripts/volumecontrol +++ b/.config/eww/scripts/volumecontrol @@ -118,6 +118,6 @@ if is_mute; then volume="M " fi -printf "%s" "$icon $volume%" +printf "%s" "$icon $volume%" ;; esac -- cgit v1.2.3