add:calendar
This commit is contained in:
@@ -41,7 +41,18 @@
|
|||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%b %d - %H:%M}",
|
"format": "{:%b %d - %H:%M}",
|
||||||
"tooltip": false
|
"tooltip-format": "<span size='11pt' font='Geist Mono'>{calendar}</span>",
|
||||||
|
"calendar": {
|
||||||
|
"mode": "month",
|
||||||
|
"on-scroll" : 1,
|
||||||
|
"format": {
|
||||||
|
"today": "<span color='#e0cd93' background='#594d67'><b>{}</b></span>"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"on-scroll-up": "shift_down",
|
||||||
|
"on-scroll-down": "shift_up"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": "",
|
"format": "",
|
||||||
|
|||||||
@@ -42,6 +42,13 @@ window#waybar > box.horizontal:dir(ltr) {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tooltip {
|
||||||
|
border: 1px solid #d093d1;
|
||||||
|
}
|
||||||
|
tooltip label {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
label#wireplumber,
|
label#wireplumber,
|
||||||
label#bluetooth,
|
label#bluetooth,
|
||||||
label#network,
|
label#network,
|
||||||
|
|||||||
Reference in New Issue
Block a user