update: khal module

This commit is contained in:
2024-08-27 10:52:57 -04:00
parent fdcc4d5fef
commit c223de3de1
4 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
// Modules Right
"modules-right": [
"tray",
"clock"
"custom/events"
]
}]
+11
View File
@@ -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"
}
}
+11
View File
@@ -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
* ----------------------------------------------------- */