diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-03-30 12:45:36 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-03-30 12:45:36 +0200 |
commit | a99e115c7edf525181fc9dc6e2e05ef27c817ffd (patch) | |
tree | a40d4974b2f8b80c830ccc266278566344663034 | |
parent | 7afebe1e3f491bc69ba132016252e31e838973ac (diff) | |
download | dotfiles-a99e115c7edf525181fc9dc6e2e05ef27c817ffd.tar.gz |
waybar timeformat
-rw-r--r-- | waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 96f5fd4..07ea382 100644 --- a/waybar/config +++ b/waybar/config @@ -84,7 +84,7 @@ "clock": { "timezone": "Europe/Berlin", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", - "format-alt": "{:%Y-%m-%d}" + "format": "{:%d.%m.%Y %H:%M}" }, "cpu": { "interval": 1, |