diff --git a/mango/waybar/config.jsonc b/mango/waybar/config.jsonc
index 0f4d554..3560739 100644
--- a/mango/waybar/config.jsonc
+++ b/mango/waybar/config.jsonc
@@ -44,12 +44,14 @@
"tooltip-format": "{calendar}",
"calendar": {
"mode": "month",
+ "mode-mon-col": 4,
"on-scroll" : 1,
"format": {
- "today": "{}"
+ "today": "{}"
}
},
"actions": {
+ "on-click-right": "mode",
"on-scroll-up": "shift_down",
"on-scroll-down": "shift_up"
}
diff --git a/mango/waybar/style.css b/mango/waybar/style.css
index 8509251..86d0a21 100644
--- a/mango/waybar/style.css
+++ b/mango/waybar/style.css
@@ -28,9 +28,13 @@ window#waybar > box.horizontal:dir(ltr) {
#workspaces button.focused,
#workspaces button.active {
color: rgb(30, 30, 46);
- background:rgb(180, 190, 254);
+ background: rgb(180, 190, 254);
padding: 0 12px;
}
+#workspaces button.focused:hover,
+#workspaces button.active:hover {
+ background: rgba(180, 190, 254, 0.75);
+}
#workspaces button:hover {
background: rgba(255, 255, 255, 0.1);
@@ -44,6 +48,7 @@ window#waybar > box.horizontal:dir(ltr) {
tooltip {
border: 1px solid #d093d1;
+ background: #3d3555;
}
tooltip label {
padding: 10px;