(include "yuck/panel/panel_workspaces/panel_ws_ico.yuck") (defwidget panel_workspaces [h] (box :class "panel_workspaces_widg" :halign "center" :valign "center" :height "${h}" :active true (for tag in '${leftwm_state.workspaces[0].tags}' (panel_ws_ico :h "${h}" :c1 {tag.mine ? "panel_ws_ico_cur" : "panel_ws_ico_notcur"} :c2 {tag.busy ? "panel_ws_ico_act" : "panel_ws_ico_inact"} :index "${tag.index}" ) ) ) )