quickshell/reusables/CustomIcon.qml

15 lines
285 B
QML
Raw Normal View History

2026-01-16 14:44:10 +01:00
import QtQuick
import "../settings/"
import "../"
Text {
font.family: "Material Symbols Rounded"
2026-01-16 14:44:10 +01:00
color: Colors.foreground
font.pixelSize: Settings.config.fontSize + 1
2026-01-16 15:15:44 +01:00
font.variableAxes: ({
FILL: 1,
GRAD: 100,
wght: 400
2026-01-16 15:15:44 +01:00
})
2026-01-16 14:44:10 +01:00
}