fix some icon rendering issues and improve style

This commit is contained in:
lucy 2025-12-31 16:18:06 +01:00
parent d46d7ddc8a
commit 7fa968e9d3
2 changed files with 4 additions and 3 deletions

View File

@ -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
})
}

View File

@ -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 : []