12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
(include "yuck/panel/panel_workspaces/leftwm_ws.yuck") ; For LeftWM
|
|
|
|
(defwidget panel_cen [h]
|
|
(box
|
|
:class "panel_side panel_cen"
|
|
:halign "center"
|
|
:height "${h}"
|
|
:active true
|
|
|
|
(panel_ws_leftwm :h "${h}") ; LeftWM workspaces
|
|
)
|
|
) |