From f96e84ff4a06b1edb8f2d5dc2eb6ebd8756af30e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:13:46 +0100 Subject: [PATCH] make polkit dialog icon more readable --- dots/.config/quickshell/ii/modules/polkit/PolkitContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/polkit/PolkitContent.qml b/dots/.config/quickshell/ii/modules/polkit/PolkitContent.qml index 2c5b9f3e2..baef7f0b5 100644 --- a/dots/.config/quickshell/ii/modules/polkit/PolkitContent.qml +++ b/dots/.config/quickshell/ii/modules/polkit/PolkitContent.qml @@ -52,7 +52,7 @@ Item { MaterialSymbol { Layout.alignment: Qt.AlignHCenter iconSize: 26 - text: "shield_locked" + text: "security" color: Appearance.colors.colSecondary }