panel window

This commit is contained in:
Benjamin Palko 2025-09-07 12:22:27 -04:00
parent 351fb82ac7
commit 4bda51f02c
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,9 @@
import Quickshell
import Quickshell.Wayland
PanelWindow {
required property string name
WlrLayershell.namespace: `lux-${name}`
color: "transparent"
}