diff options
| author | Matt Hunter <m@lfurio.us> | 2026-06-03 04:33:20 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-06-03 04:33:20 -0400 |
| commit | 0119561a9f9d367249545f2fab531b0f87787b50 (patch) | |
| tree | 10e36e7687737fac59437258462c57ddc41b0737 | |
| parent | a8910f60f87fcbcd95d151804463eecdf4cc28a3 (diff) | |
| download | rice-0119561a9f9d367249545f2fab531b0f87787b50.tar.gz rice-0119561a9f9d367249545f2fab531b0f87787b50.zip | |
dwm: Add weekday to statusbar date
| -rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ statusbar() { acpi -b | awk '{print $4}' | sed 's/,//;/100/d' - date '+%F | %R' + date '+%a %F | %R' } while true; do |
