diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-23 06:46:28 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-23 06:46:28 +0300 |
commit | 8f7cbf4ad87d63fe82173645ecb590ebb0f12354 (patch) | |
tree | 92427f449c458d72b18566af801f2cb9b3d4af83 /.config/waybar | |
parent | d69c8ca7696bf3cfdf6ce653085f6b80a4ee7ea9 (diff) |
waybar: Use full names for days of the week
Diffstat (limited to '.config/waybar')
-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 aecec60..2e4cf44 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -23,7 +23,7 @@ "clock": { "interval": 1, // https://www.typeerror.org/docs/cpp/chrono/format - "format": "{:%d %B %Y (%a) — %T %Z}" + "format": "{:%d %B %Y (%A) — %T %Z}" }, "custom/keyboard": { "interval": 1, |