diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 21:07:23 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 21:07:23 +0100 |
commit | b60ba122146ed2b3c1ab9e4f7f93af475849418d (patch) | |
tree | 5cc573e937942c3f8a3a1e49ccb567da46dcd9ee /.config/eww | |
parent | 7ebe8d7432587e27b900ac214a3ee9fbd951afbb (diff) |
Added trailing space after icon
Diffstat (limited to '.config/eww')
-rwxr-xr-x | .config/eww/scripts/idleinhibit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |