diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:19:14 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:19:14 +0300 |
commit | 2bbfb2c9154a2ae9b5b6a01ded7eb25853d1cc61 (patch) | |
tree | ff8cf0f0b722726a1bfc439eed4270502533562b | |
parent | bba8f9748612ab813385a51d5a0dd33f20dbf6b7 (diff) |
waybar: Update date format
-rw-r--r-- | .config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index a5c780a..0faef21 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -66,7 +66,7 @@ "tooltip": false }, "clock#3": { - "format": "{:%m-%d}", + "format": "{:%d-%m}", "tooltip": false }, |