summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-06-03 04:33:20 -0400
committerMatt Hunter <m@lfurio.us>2026-06-03 04:33:20 -0400
commit0119561a9f9d367249545f2fab531b0f87787b50 (patch)
tree10e36e7687737fac59437258462c57ddc41b0737
parenta8910f60f87fcbcd95d151804463eecdf4cc28a3 (diff)
downloadrice-0119561a9f9d367249545f2fab531b0f87787b50.tar.gz
rice-0119561a9f9d367249545f2fab531b0f87787b50.zip
dwm: Add weekday to statusbar date
-rw-r--r--.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 5864b3b..4724d29 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,6 +1,6 @@
statusbar() {
acpi -b | awk '{print $4}' | sed 's/,//;/100/d'
- date '+%F | %R'
+ date '+%a %F | %R'
}
while true; do