diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 20:51:11 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-09 20:51:11 +0100 |
commit | 61e445ae47c1e430114c6fa92e528cb272f87429 (patch) | |
tree | edc38d21d14bd6203a78042f0a3d8fe772cd3b78 /.config | |
parent | 0ee37727a242c57a41aec75ae8ba5d8d5ab18efc (diff) |
Remove trailing space after icon
Diffstat (limited to '.config')
-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 f606ad5..e28a3a8 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 |