feat(waybar): added seconds to the clock

This commit is contained in:
Sergio Laín 2023-10-10 10:50:32 +02:00
parent 1f38692ec8
commit 2baa35ff99
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -162,7 +162,8 @@
"today": "<span color='#ed8796'><b><u>{}</u></b></span>" "today": "<span color='#ed8796'><b><u>{}</u></b></span>"
} }
}, },
"format": "{:%H:%M}  ", "interval": 1,
"format": "{:%H:%M:%OS}  ",
"format-alt": "{:%A, %B %d, %Y}  ", "format-alt": "{:%A, %B %d, %Y}  ",
"actions": { "actions": {
"on-click-right": "mode", "on-click-right": "mode",