quickshell/modules/bar/popouts/Debug.qml
2025-06-10 16:58:12 +02:00

9 lines
No EOL
92 B
QML

import QtQuick
Rectangle {
id: root
width: 200
height: 200
color: "red"
}