speedwm-personal/bar/statusbar-powerline.h
2022-12-05 20:30:07 +01:00

7 lines
338 B
C

static int width_status_pwl(Bar *bar, BarWidthArg *a);
static int draw_status_pwl(Bar *bar, BarDrawArg *a);
static int click_status_pwl(Bar *bar, Arg *arg, BarClickArg *a);
static int click_status_text_pwl(Arg *arg, int rel_x, char *text);
static int drawpowerlinestatus(int x, char *stext);
static int widthpowerlinestatus(char *stext);