diff --git a/mango/waybar/config.jsonc b/mango/waybar/config.jsonc
index 70bfaa0..0f4d554 100644
--- a/mango/waybar/config.jsonc
+++ b/mango/waybar/config.jsonc
@@ -41,7 +41,18 @@
},
"clock": {
"format": "{:%b %d - %H:%M}",
- "tooltip": false
+ "tooltip-format": "{calendar}",
+ "calendar": {
+ "mode": "month",
+ "on-scroll" : 1,
+ "format": {
+ "today": "{}"
+ }
+ },
+ "actions": {
+ "on-scroll-up": "shift_down",
+ "on-scroll-down": "shift_up"
+ }
},
"bluetooth": {
"format": "",
diff --git a/mango/waybar/style.css b/mango/waybar/style.css
index 8de4966..8509251 100644
--- a/mango/waybar/style.css
+++ b/mango/waybar/style.css
@@ -42,6 +42,13 @@ window#waybar > box.horizontal:dir(ltr) {
border-radius: 10px;
}
+tooltip {
+ border: 1px solid #d093d1;
+}
+tooltip label {
+ padding: 10px;
+}
+
label#wireplumber,
label#bluetooth,
label#network,