aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2022-10-27 20:38:15 +0200
committertslil clingman <tslil@posteo.de>2022-10-27 20:38:15 +0200
commitf1ced2b5e186789a142bd44d92075c83358cc3fd (patch)
treef160d4c102939eb6b25a9c9ce1fa9159d5573b2d /monsterwm.c
parent1576cfb84432107ba5985514a40781592a736043 (diff)
keybinds for audio and bar tweak
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c
index fd064f2..2f2dbec 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -439,7 +439,7 @@ void write_status(void) {
unsetenv("TZ");
ptm = localtime(&now);
- strftime(buff, sizeof(buff), "%Z %H:%M:%S %D", ptm);
+ strftime(buff, sizeof(buff), "%Z %H:%M:%S %Y-%m-%d", ptm);
printf("%s", buff);
fflush(stdout);