mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
12 lines
298 B
QML
12 lines
298 B
QML
import "root:/modules/common"
|
|
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
Text {
|
|
renderType: Text.NativeRendering
|
|
verticalAlignment: Text.AlignVCenter
|
|
font.family: Appearance.font.family.main
|
|
font.pointSize: Appearance.font.pointSize.small
|
|
color: Appearance.colors.colOnBackground
|
|
}
|