ssd: refactor and position title nearer left hand edge

Put title deco at the end of linked list to render it on top of corner
edges.
This commit is contained in:
Johan Malm 2021-08-22 14:06:11 +01:00
parent ec5603dbd0
commit 5f01c49b72
4 changed files with 57 additions and 41 deletions

View file

@ -38,7 +38,7 @@ reload_config_and_theme(void)
view->margin = ssd_thickness(view);
struct ssd_part *part;
wl_list_for_each(part, &view->ssd.parts, link) {
part->box = ssd_box(view, part->type);
part->box = ssd_visible_box(view, part->type);
}
}