✨ feat(waybar): added seconds to the clock
This commit is contained in:
parent
1f38692ec8
commit
2baa35ff99
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue