update: khal module
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"clock"
|
||||
"custom/events"
|
||||
]
|
||||
}]
|
||||
|
||||
|
||||
@@ -456,5 +456,16 @@
|
||||
"deactivated": ""
|
||||
},
|
||||
"on-click-right": "hyprlock"
|
||||
},
|
||||
|
||||
"custom/events": {
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 300,
|
||||
"format-icons": {
|
||||
"default": ""
|
||||
},
|
||||
"exec": "python3 ~/dotfiles/scripts/waybar-khal.py",
|
||||
"return-type": "json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -364,6 +364,17 @@ window#waybar.empty #window {
|
||||
/* border:3px solid @bordercolor; */
|
||||
}
|
||||
|
||||
#custom-events {
|
||||
background-color: @backgroundlight;
|
||||
font-size: 14px;
|
||||
color: @textcolor1;
|
||||
border-radius: 10px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
margin: 8px 10px 8px 0px;
|
||||
opacity:0.8;
|
||||
/* border:3px solid @bordercolor; */
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Pulseaudio
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user