diff options
author | Thanos Apollo <[email protected]> | 2024-12-09 18:22:45 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-09 18:22:45 +0200 |
commit | 6e2f110312e43a11ad071857fd74aff60e11872b (patch) | |
tree | 2788e727f812d8d53e5da3c7bc94f935be4df6c2 /.config | |
parent | a0e2b5c2a981dc2332b308ba777ed3aa3ee3f75d (diff) |
waybar: Update date formatting
Diffstat (limited to '.config')
-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 0faef21..5bf708d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -66,7 +66,7 @@ "tooltip": false }, "clock#3": { - "format": "{:%d-%m}", + "format": "{:%y/%m/%d}", "tooltip": false }, |