mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
11 lines
212 B
QML
11 lines
212 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import "root:/modules/common/"
|
|
import "root:/modules/common/widgets/"
|
|
|
|
StyledText {
|
|
text: "Subsection"
|
|
color: Appearance.colors.colSubtext
|
|
Layout.leftMargin: 4
|
|
}
|