mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
13 lines
297 B
QML
13 lines
297 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.modules.common
|
|
import qs.modules.common.functions
|
|
import qs.modules.common.widgets
|
|
|
|
StyledText {
|
|
text: "Some body content"
|
|
color: Appearance.colors.colOnSurfaceVariant
|
|
font.pixelSize: Appearance.font.pixelSize.small
|
|
wrapMode: Text.Wrap
|
|
}
|