Waybar: Fix clock labels
This commit is contained in:
parent
dfe2796e0e
commit
07f89f19c1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@
|
||||||
},
|
},
|
||||||
"clock#time": {
|
"clock#time": {
|
||||||
"interval": 20,
|
"interval": 20,
|
||||||
"format": "{: %H:%M}"
|
"format": " {:%H:%M}"
|
||||||
},
|
},
|
||||||
"clock#date": {
|
"clock#date": {
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
"format": "{: %d.%m.%Y}"
|
"format": " {:%d.%m.%Y}"
|
||||||
},
|
},
|
||||||
"custom/vpn": {
|
"custom/vpn": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue