Basic panel
This commit is contained in:
parent
0065d0de01
commit
7d163a6759
1
ewwii.nbcl
Normal file
1
ewwii.nbcl
Normal file
@ -0,0 +1 @@
|
|||||||
|
import "nbcl/panel/panel_window.nbcl" as ewwiipanel
|
||||||
21
nbcl/panel/panel_window.nbcl
Normal file
21
nbcl/panel/panel_window.nbcl
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user