From e54648dfd5bc29da07e0fc23f541594c4f2006e7 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 13 May 2026 23:50:12 -0400 Subject: [PATCH] Match Omarchy menu border to Walker --- default/quickshell/omarchy-shell/plugins/menu/Menu.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/menu/Menu.qml b/default/quickshell/omarchy-shell/plugins/menu/Menu.qml index 9e4cf701..63646adf 100644 --- a/default/quickshell/omarchy-shell/plugins/menu/Menu.qml +++ b/default/quickshell/omarchy-shell/plugins/menu/Menu.qml @@ -657,8 +657,8 @@ Item { radius: root.cornerRadius anchors.centerIn: parent color: root.background - border.color: root.withAlpha(root.border, 0.36) - border.width: 1 + border.color: root.border + border.width: 2 MouseArea { anchors.fill: parent; onClicked: {} }