From e85af8750a8ef0bb1c9b2afa95546787832e1edc Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 May 2025 08:26:08 +0200 Subject: [PATCH] go back to material symbols rounded --- .config/quickshell/modules/common/Appearance.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index a96ea6a34..d51c2c12a 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -156,7 +156,7 @@ Singleton { property QtObject family: QtObject { property string main: "Rubik" property string title: "Rubik" - property string iconMaterial: "Material Symbols Outlined" + property string iconMaterial: "Material Symbols Rounded" property string iconNerd: "SpaceMono NF" property string monospace: "JetBrains Mono NF" property string reading: "Readex Pro"