made clock popup menu show date in sensible format
parent
789d7efbc7
commit
009d2691a4
|
|
@ -53,7 +53,7 @@
|
|||
"clock": {
|
||||
"format": "{:%H:%M:%S }",
|
||||
"interval":1,
|
||||
"tooltip-format": "\n<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"tooltip-format": "\n<big>{:%d %m %Y}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"calendar-weeks-pos": "right",
|
||||
"today-format": "<span color='#7645AD'><b><u>{}</u></b></span>",
|
||||
"format-calendar": "<span color='#aeaeae'><b>{}</b></span>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue