Files
nixos-dots/dots/quickshell/widgets/MaterialIcon.qml
zastian@mrthoddata.com 040bc459a4 quickshell lets gooo
2025-06-17 18:54:28 +01:00

12 lines
230 B
QML

import "root:/config"
StyledText {
property real fill
font.family: Appearance.font.family.material
font.pointSize: Appearance.font.size.larger
font.variableAxes: ({
FILL: fill.toFixed(1)
})
}