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-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks-disk.sh') diff --git a/i3blocks-disk.sh b/i3blocks-disk.sh index fba0cf6..c1ad745 100755 --- a/i3blocks-disk.sh +++ b/i3blocks-disk.sh @@ -1,4 +1,4 @@ #!/bin/sh icon=󰋊 -printf "$icon %s\n" $(df -h | awk '$6=="/" { print $5 }') +printf "$icon%s\n" $(df -h | awk '$6=="/" { print $5 }') -- cgit v1.2.3