From 839718cc2ba748c5f1adc6bc783935080cfafff7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 15 Nov 2025 17:30:17 +0100 Subject: [PATCH] FluentIcon: add monochrome prop --- dots/.config/quickshell/ii/modules/waffle/looks/FluentIcon.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/waffle/looks/FluentIcon.qml b/dots/.config/quickshell/ii/modules/waffle/looks/FluentIcon.qml index 81b6ebf08..5a7f15902 100644 --- a/dots/.config/quickshell/ii/modules/waffle/looks/FluentIcon.qml +++ b/dots/.config/quickshell/ii/modules/waffle/looks/FluentIcon.qml @@ -6,6 +6,7 @@ import qs.modules.waffle.looks Kirigami.Icon { id: root required property string icon + property alias monochrome: root.isMask // Should be 16, but it appears the icons have some padding, // Unlike the Windows-only Segoe UI icons, the open source FluentUI ones are hella small property int implicitSize: 20