diff options
author | Malfurious <m@lfurio.us> | 2023-06-02 21:03:31 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-06-02 21:03:31 -0400 |
commit | dbfcf6f4438f4b9bdc7ce5e2ac75091d6f3ba7f8 (patch) | |
tree | 6030fc7c4d4a2ede66cda0e43ba88244dd21ca20 | |
parent | 5e5a6ae1a819409f787b524c1546b05314540216 (diff) | |
download | rice-dbfcf6f4438f4b9bdc7ce5e2ac75091d6f3ba7f8.tar.gz rice-dbfcf6f4438f4b9bdc7ce5e2ac75091d6f3ba7f8.zip |
dwm: Separate date and time in statusbar
-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 '+%F | %R' } while true; do |