panel window
This commit is contained in:
parent
351fb82ac7
commit
4bda51f02c
5 changed files with 4 additions and 4 deletions
9
components/StyledPanelWindow.qml
Normal file
9
components/StyledPanelWindow.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
Add a link
Reference in a new issue