Basic panel

This commit is contained in:
Candifloss 2026-08-22 11:41:54 +05:30
parent 0065d0de01
commit 7d163a6759
3 changed files with 22 additions and 0 deletions

0
ewwii.css Normal file
View File

1
ewwii.nbcl Normal file
View File

@ -0,0 +1 @@
import "nbcl/panel/panel_window.nbcl" as ewwiipanel

View File

@ -0,0 +1,21 @@
Window "ewwiipanel" {
monitor = 0
windowtype = "dock"
wm_ignore = false
stacking = "fg"
geometry = {
anchor = "top center"
x = "0px"
y = "0px"
height = "27px"
width = "100%"
}
reserve = {
distance = "27px"
side = "top"
}
Label {
text = "Plain Panel"
}
}