mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
12 lines
308 B
QML
12 lines
308 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.m3colors.m3onBackground
|
|
}
|