From f1ced2b5e186789a142bd44d92075c83358cc3fd Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 27 Oct 2022 20:38:15 +0200 Subject: keybinds for audio and bar tweak --- monsterwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monsterwm.c') 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); -- cgit v1.3.1