13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
(include "yuck/panel/panel_widgs/panel_workspaces.yuck")
|
|
|
|
(defwidget panel_cen [h]
|
|
(box
|
|
:class "panel_side panel_cen"
|
|
:halign "center"
|
|
:height 28
|
|
:width 300
|
|
:active true
|
|
|
|
(panel_workspaces :h "${h}")
|
|
)
|
|
) |