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-date.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-date.sh') diff --git a/i3blocks-date.sh b/i3blocks-date.sh index 80bb4dd..2c71451 100755 --- a/i3blocks-date.sh +++ b/i3blocks-date.sh @@ -1,4 +1,4 @@ #!/bin/sh icon=󰃰 -printf "$icon %s\n" "$(date '+%a %b %e %l:%M %p')" +printf "$icon%s\n" "$(date '+%a %b %e %l:%M %p')" -- cgit v1.2.3