Fix waybar clock format

This commit is contained in:
SebastianStork 2024-05-23 21:32:35 +02:00
parent a290812085
commit b968501e68

View file

@ -8,7 +8,7 @@
"modules-right": ["tray", "network", "wireplumber", "backlight", "battery"], "modules-right": ["tray", "network", "wireplumber", "backlight", "battery"],
"clock": { "clock": {
"format": " {:%H.%M}", "format": " {:%H:%M}",
"tooltip-format": "{:%d.%m.%Y}" "tooltip-format": "{:%d.%m.%Y}"
}, },