From 7e9528b7a337ffb7aea7498d6b69bdc980ee64a8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 16 May 2026 09:41:57 +0200 Subject: [PATCH] No need for this either --- default/quickshell/omarchy-shell/plugins/bar/Bar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/Bar.qml b/default/quickshell/omarchy-shell/plugins/bar/Bar.qml index 23d6c4ff..e20f7f6a 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/Bar.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/Bar.qml @@ -1367,7 +1367,6 @@ Item { text: "\ue900" fontFamily: "omarchy" horizontalMargin: 7.5 - tooltipText: "Omarchy Menu\n\nSuper + Alt + Space" onPressed: function(button) { if (button === Qt.RightButton) root.run("xdg-terminal-exec") else root.run("omarchy-shell-ipc menu toggle root")