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": {
|
||||
"interval": 20,
|
||||
"format": "{: %H:%M}"
|
||||
"format": " {:%H:%M}"
|
||||
},
|
||||
"clock#date": {
|
||||
"interval": 60,
|
||||
"format": "{: %d.%m.%Y}"
|
||||
"format": " {:%d.%m.%Y}"
|
||||
},
|
||||
"custom/vpn": {
|
||||
"format": " {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue