Files
z-bar-qt/Components/MaterialIcon.qml
T
Zacharias-Brohn d481be5f60 nix
2025-11-23 20:23:31 +01:00

16 lines
347 B
QML

import qs.Config
CustomText {
property real fill
property int grade: DynamicColors.light ? 0 : -25
font.family: "Material Symbols Rounded"
font.pointSize: 15
font.variableAxes: ({
FILL: fill.toFixed(1),
GRAD: grade,
opsz: fontInfo.pixelSize,
wght: fontInfo.weight
})
}