Candyrice/yuck/panel/panel_sections/panel_widg_left.yuck

13 lines
259 B
Plaintext
Raw Normal View History

(defwidget panel_left [h]
2024-08-06 18:11:02 +00:00
(box
:class "panel_side panel_left"
2024-08-06 18:11:02 +00:00
:halign "start"
:height 28
2024-12-13 13:50:51 +00:00
;:width 300
2024-08-06 18:11:02 +00:00
:active true
2024-12-13 13:50:51 +00:00
:hexpand false
:vexpand false
2024-08-06 18:11:02 +00:00
2024-12-13 13:50:51 +00:00
"${leftwm_state.window_title}"
2024-08-06 18:11:02 +00:00
)
)