aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/yambar/scripts/idleinhibit.sh4
1 files 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 ""