dots/shell/bar/mpris/WidgetWindow.qml

9 lines
113 B
QML

import Quickshell
PopupWindow {
id: root
color: "red"
implicitWidth: 500
implicitHeight: 500
}