From 2432c931bd42c7ef7e09da2bfb248fac24aa75e9 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 4 Feb 2024 20:58:42 +0000 Subject: Added a space after the icon in idleinhibit.sh --- .config/yambar/scripts/idleinhibit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/yambar/scripts/idleinhibit.sh b/.config/yambar/scripts/idleinhibit.sh index 90dfcb2..ffc8baa 100755 --- a/.config/yambar/scripts/idleinhibit.sh +++ b/.config/yambar/scripts/idleinhibit.sh @@ -23,9 +23,9 @@ case $1 in while true; do if pgrep "swayidle" > /dev/null then - icon="" + icon=" " else - icon="" + icon=" " fi echo "idleinhibit|string|$icon" echo "" -- cgit v1.2.3