summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-08-11 12:24:11 +0100
committerubq323 <ubq323@ubq323.website>2024-08-11 12:24:11 +0100
commit2681099a1af7bbf1421dbad3e80ede1e7a5c4e61 (patch)
tree3163facc8338ea92955c754d17838ae8e55bf1ad /bin
parent7bd1c144e0eac89812ce3ada28245d09ba406104 (diff)
misc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/status.sh5
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"