mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
9 lines
113 B
QML
9 lines
113 B
QML
import Quickshell
|
|
|
|
PopupWindow {
|
|
id: root
|
|
color: "red"
|
|
implicitWidth: 500
|
|
implicitHeight: 500
|
|
|
|
}
|