Date format: Add space after %(a|A).
This commit is contained in:
parent
4c72ae5fa7
commit
d1815f6736
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ input-field {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
monitor =
|
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
|
color = $foreground
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = $font
|
font_family = $font
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": " {:%a%e %b %EX}",
|
"format": " {:%a %e %b %EX}",
|
||||||
"tooltip-format": "<tt>{calendar}</tt>",
|
"tooltip-format": "<tt>{calendar}</tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"mode": "month",
|
"mode": "month",
|
||||||
|
|
Loading…
Reference in a new issue