Date format: Add space after %(a|A).

This commit is contained in:
Viyurz 2024-03-14 09:32:46 +01:00
parent 4c72ae5fa7
commit d1815f6736
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ input-field {
label {
monitor =
text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
text = cmd[update:0] echo "<span>$(date '+%A %e %b %Y')</span>"
color = $foreground
font_size = 25
font_family = $font

View file

@ -214,7 +214,7 @@
},
"clock": {
"interval": 1,
"format": "󰥔 {:%a%e %b %EX}",
"format": "󰥔 {:%a %e %b %EX}",
"tooltip-format": "<tt>{calendar}</tt>",
"calendar": {
"mode": "month",