quickshell/reusables/CustomIcon.qml
2026-01-19 15:17:57 +01:00

16 lines
329 B
QML

import QtQuick
import qs.settings
import qs
Text {
anchors.verticalCenter: parent.verticalCenter
font.family: "Material Symbols Rounded"
color: Colors.foreground
font.pixelSize: Settings.config.fontSize + 1
font.variableAxes: ({
FILL: 1,
GRAD: 100,
wght: 400
})
}