From 4b054727681ccda50703e64e40f18f48e0cad4c3 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 18 May 2026 01:15:50 -0400 Subject: [PATCH] Gallery PanelToolTip swatch follows theme corners, PanelActionButton uses MDI cog --- .../omarchy-shell/plugins/dev-gallery/GalleryPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml b/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml index 28d9c4d2..d8e2ee58 100644 --- a/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml +++ b/default/quickshell/omarchy-shell/plugins/dev-gallery/GalleryPanel.qml @@ -559,7 +559,7 @@ Item { } PanelActionButton { - iconText: "⚙" + iconText: "󰒓" tooltipText: "Focusable (settings form button)" foreground: root.foreground panelBackground: root.background @@ -599,7 +599,7 @@ Item { color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.10) border.color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.35) border.width: 1 - radius: 4 + radius: Style.cornerRadius Text { anchors.centerIn: parent