feat(waybar): use yearly calendar tooltip
This commit is contained in:
parent
c8b709f266
commit
956327cac9
1 changed files with 6 additions and 1 deletions
|
|
@ -108,7 +108,12 @@
|
|||
"interval": 1,
|
||||
"format": "{:%FT%T%z}",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
"format-alt": "{:%Y-%m-%d}",
|
||||
"calendar": {
|
||||
"mode": "year",
|
||||
"mode-mon-col": 3,
|
||||
"weeks-pos": "left"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue