From 6977568bf2be5bb2a1b2041be5185660ca0ad641 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 17 Jun 2026 11:38:11 +0100 Subject: [PATCH] quickshell: drop fill-on-select for session menu icons Co-Authored-By: Claude Opus 4.8 --- settings/quickshell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 717d128..5ab90ea 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -637,7 +637,6 @@ in id: sessBtn required property var modelData required property int index - readonly property bool selected: sessionMenu.selIdx === index width: 40 height: 40 @@ -649,7 +648,6 @@ in color: Theme.base05 font.pixelSize: 20 font.weight: 600 - font.variableAxes: { "FILL": sessBtn.selected ? 1.0 : 0.0 } } MouseArea {