diff options
Diffstat (limited to 'i3blocks-uptime.sh')
-rwxr-xr-x | i3blocks-uptime.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks-uptime.sh b/i3blocks-uptime.sh index 3be3b2a..515f056 100755 --- a/i3blocks-uptime.sh +++ b/i3blocks-uptime.sh @@ -1,4 +1,4 @@ #!/bin/sh icon= -printf "$icon %s\n" "$(uptime -p | cut -d, -f1,2)" +printf "$icon%s\n" "$(uptime -p | cut -d, -f1,2)" |