diff options
Diffstat (limited to 'bin/status.sh')
-rwxr-xr-x | bin/status.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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" |