forked from Shinonome/dots-hyprland
12 lines
306 B
QML
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.pointSize: Appearance.font.pointSize.small
|
|
color: Appearance.colors.colOnBackground
|
|
}
|