From b60ba122146ed2b3c1ab9e4f7f93af475849418d Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Sun, 9 Jun 2024 21:07:23 +0100
Subject: Added trailing space after icon

---
 .config/eww/scripts/idleinhibit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/eww/scripts/idleinhibit.sh b/.config/eww/scripts/idleinhibit.sh
index e28a3a8..f606ad5 100755
--- a/.config/eww/scripts/idleinhibit.sh
+++ b/.config/eww/scripts/idleinhibit.sh
@@ -28,6 +28,6 @@ case $1 in
 		else
 			icon=""
 		fi
-		printf "%s" "$icon"
+		printf "%s" "$icon "
 		;;
 esac
-- 
cgit v1.2.3