11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
(defwidget panel_workspaces [h]
|
|
(box
|
|
:class "panel_workspaces_widg"
|
|
:halign "center"
|
|
:valign "center"
|
|
:height "${h}"
|
|
:active true
|
|
|
|
"--panel___cen--"
|
|
)
|
|
) |