Files
illogical-impulse/.config/quickshell/modules/common/widgets/MaterialSymbol.qml
T
2025-04-15 22:46:18 +02:00

12 lines
306 B
QML

import "root:/modules/common"
import QtQuick
import QtQuick.Layouts
Text {
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
font.family: Appearance.font.family.iconMaterial
font.pixelSize: Appearance.font.pixelSize.small
color: Appearance.colors.colOnBackground
}