From f95d840799f6c073e0c091eef393c9ea0e67f190 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 17 Mar 2024 15:23:27 +0100 Subject: [PATCH] [waybar] show date in clock module --- .config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config b/.config/waybar/config index 784f29e..3aba70c 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ "modules-right": ["wireplumber", "memory", "cpu", "network", "privacy", "battery", "clock"], "clock": { "interval": 1, - "format": "{:%H:%M:%S}", + "format": "{:%Y-%m-%d %H:%M:%S}", "tooltip-format": "{calendar}", "calendar": { "mode" : "month",