forgot to submit this
This commit is contained in:
parent
86a3c00eba
commit
bc80454731
1 changed files with 9 additions and 0 deletions
9
shell/widgets/StyledWindow.qml
Normal file
9
shell/widgets/StyledWindow.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
import Quickshell
|
||||||
|
import Quickshell.Wayland
|
||||||
|
|
||||||
|
PanelWindow {
|
||||||
|
required property string name
|
||||||
|
|
||||||
|
WlrLayershell.namespace: `lux-${name}`
|
||||||
|
color: "transparent"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue