mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
10 lines
170 B
QML
10 lines
170 B
QML
import Quickshell
|
|
import Quickshell.Wayland
|
|
|
|
PanelWindow {
|
|
required property string name
|
|
|
|
WlrLayershell.namespace: `caelestia-${name}`
|
|
color: "transparent"
|
|
}
|