From 0ce7301d8799ba91a0d57ab208e2d80d20935a83 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 18 May 2020 20:56:13 -0400 Subject: temp fixes for blocks utf+8 errors, added dict.sh, updated porter --- i3blocks-uptime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-uptime.sh') 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)" -- cgit v1.2.3