mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 10:39:04 +05:30
13 lines
218 B
QML
13 lines
218 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
PanelWindow {
|
|
property string name
|
|
|
|
implicitWidth: 0
|
|
implicitHeight: 0
|
|
WlrLayershell.namespace: `quickshell:${name}ExclusionZone`
|
|
}
|