mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 18:59:56 +10:00
9 lines
150 B
QML
9 lines
150 B
QML
import QtQuick
|
|
import qs.modules.common
|
|
|
|
Rectangle {
|
|
id: contentItem
|
|
anchors.fill: parent
|
|
color: Appearance.m3colors.m3surfaceContainer
|
|
}
|