X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fpanel.h;fp=src%2Fpanel.h;h=86e7e1adbe48be4b7a55cb1812288760cd6d6a34;hp=a2b7f14231c333dbc0df4d224b94344e72fe9199;hb=c0f91cbbb76989eb2e6a7a2185509573b0c3b0cb;hpb=1aea2f679d269af1facc9f80870793bb43126703 diff --git a/src/panel.h b/src/panel.h index a2b7f14..86e7e1a 100644 --- a/src/panel.h +++ b/src/panel.h @@ -61,6 +61,9 @@ extern int panel_autohide_height; // for vertical panels this is of course the extern int panel_strut_policy; extern char *panel_items_order; +// tasks alignment +enum { ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT }; + extern int max_tick_urgent; extern GArray* backgrounds;