diff --git a/waybar/config b/waybar/config
index 83e7baa..e34d434 100644
--- a/waybar/config
+++ b/waybar/config
@@ -3,6 +3,7 @@
"spacing": 4,
"modules-left": [
+ "custom/menu",
"hyprland/workspaces",
"hyprland/window"
],
@@ -29,6 +30,12 @@
}
},
+ "custom/menu": {
+ "format": " ",
+ "tooltip": false,
+ "on-click": "$HOME/.config/hypr/scripts/launch-menu.sh"
+ },
+
"hyprland/language": {
"format": " {long}",
"format-us": "US",
@@ -41,7 +48,7 @@
"clock": {
"format": "{:%H:%M}",
"tooltip-format": "{:%Y %B}\n{calendar}",
- "on-click": "gnome-calendar"
+ "on-click": "gnome-clocks"
},
"wireplumber": {
diff --git a/waybar/style.css b/waybar/style.css
index 2131bce..ce2fd8a 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -57,6 +57,7 @@ window#waybar {
background: #C1B3BB;
}
+#custom-menu,
#clock,
#hyprland-window,
#custom-date,
@@ -111,7 +112,7 @@ window#waybar {
background: rgba(255, 255, 255, 0.7);
}
-#custom-power {
+#custom-power, #custom-menu {
padding: 0 1px;
}