forked from Shinonome/dots-hyprland
21 lines
402 B
QML
21 lines
402 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import Quickshell
|
|
import qs
|
|
import qs.services
|
|
import qs.modules.common
|
|
import qs.modules.common.functions
|
|
import qs.modules.waffle.looks
|
|
|
|
WText {
|
|
Layout.leftMargin: 12
|
|
Layout.rightMargin: 12
|
|
Layout.topMargin: 6
|
|
Layout.bottomMargin: 6
|
|
|
|
font {
|
|
weight: Looks.font.weight.stronger
|
|
pixelSize: Looks.font.pixelSize.large
|
|
}
|
|
}
|