From 2681099a1af7bbf1421dbad3e80ede1e7a5c4e61 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 11 Aug 2024 12:24:11 +0100 Subject: misc --- bin/status.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/status.sh b/bin/status.sh index a618f5b..7b7f24f 100755 --- a/bin/status.sh +++ b/bin/status.sh @@ -41,9 +41,10 @@ while true; do color="#ffff00" fi fi - block_color "$bat_status $bat_level%" "$color" + block_color "bat $bat_level%" "$color" - date="$(date +'%G-W%V-%u %a %Y-%m-%d %H:%M:%S')" + # date="$(date +'%G-W%V-%u %a %Y-%m-%d %H:%M:%S')" + date="$(date +'%a %Y-%m-%d (W%V) %H:%M')" block_basic "$date" -- cgit v1.2.3