quickshell lets gooo
This commit is contained in:
11
dots/quickshell/widgets/MaterialIcon.qml
Normal file
11
dots/quickshell/widgets/MaterialIcon.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
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)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user