From ef4238d88ed9255506dcdb5d9455f6b89b8043c7 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sun, 10 Jan 2021 02:15:31 +0530 Subject: [PATCH] posix sh doesn't support \xHH --- blocks/battery.sh | 2 +- blocks/calendar.sh | 2 +- blocks/cpu_temp.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks/battery.sh b/blocks/battery.sh index 0e681bd..df98fc8 100755 --- a/blocks/battery.sh +++ b/blocks/battery.sh @@ -1,4 +1,4 @@ #!/bin/sh -ICON="\x0c\x0b" +ICON="  " read -r capacity