From 7fa968e9d3c57d5979792ec2bdeaededa6c41674 Mon Sep 17 00:00:00 2001 From: lucy Date: Wed, 31 Dec 2025 16:18:06 +0100 Subject: [PATCH] fix some icon rendering issues and improve style --- Icons.qml | 3 ++- modules/bar/Volume.qml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Icons.qml b/Icons.qml index cac6925..0c680f9 100644 --- a/Icons.qml +++ b/Icons.qml @@ -6,10 +6,11 @@ Text { font.family: "Material Symbols Rounded" property int grade: 20 color: Colors.foreground + font.pixelSize: 14 font.variableAxes: ({ FILL: fill.toFixed(1), GRAD: grade, opsz: Settings.fontSize, - wght: 700 + wght: 500 }) } diff --git a/modules/bar/Volume.qml b/modules/bar/Volume.qml index eea0387..a8a40a0 100644 --- a/modules/bar/Volume.qml +++ b/modules/bar/Volume.qml @@ -17,7 +17,7 @@ Item { } } } - implicitWidth: styleLayout.implicitWidth + 10 + width: styleLayout.implicitWidth + 10 implicitHeight: 34 property var sink: Pipewire.defaultAudioSink Process { @@ -54,7 +54,7 @@ Item { anchors.centerIn: parent spacing: 0 Row { - spacing: 10 + spacing: 2 Text { PwObjectTracker { objects: Pipewire.ready ? root.sink : []