From 9c4a45537a98d70c0ac8fb3920e9c5d4b3cc7cbf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 Aug 2025 19:50:49 +0200 Subject: [PATCH] Reveal omarchy menu from waybar --- config/waybar/config.jsonc | 6 ++++++ config/waybar/style.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 4431a81e..34e2fc32 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -5,6 +5,7 @@ "spacing": 0, "height": 26, "modules-left": [ + "custom/omarchy", "hyprland/workspaces" ], "modules-center": [ @@ -43,6 +44,11 @@ "5": [] } }, + "custom/omarchy": { + "format": "", + "on-click": "~/.local/share/omarchy/bin/omarchy-menu", + "tooltip": false + }, "custom/update": { "format": "", "exec": "~/.local/share/omarchy/bin/omarchy-update-available", diff --git a/config/waybar/style.css b/config/waybar/style.css index ae1a5840..841ba602 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -37,7 +37,7 @@ #bluetooth, #pulseaudio, #clock, -#custom-power-menu { +#custom-omarchy { min-width: 12px; margin: 0 7.5px; }