summaryrefslogtreecommitdiff
path: root/i3blocks-uptime.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-05-18 20:56:13 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-05-18 20:56:13 -0400
commit0ce7301d8799ba91a0d57ab208e2d80d20935a83 (patch)
treee509a730a429ffdbb418dbb53b42557d40541f8e /i3blocks-uptime.sh
parent6e14535ef56fd91b05eb170f71f7989d7435d8c3 (diff)
downloadscripts-0ce7301d8799ba91a0d57ab208e2d80d20935a83.tar.xz
scripts-0ce7301d8799ba91a0d57ab208e2d80d20935a83.zip
temp fixes for blocks utf+8 errors, added dict.sh, updated porter
Diffstat (limited to 'i3blocks-uptime.sh')
-rwxr-xr-xi3blocks-uptime.sh2
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)"