dwm/patch/bar_status2d.h

7 lines
247 B
C
Raw Normal View History

2023-12-11 19:16:33 +01:00
static int width_status2d(Bar *bar, BarArg *a);
static int draw_status2d(Bar *bar, BarArg *a);
static int click_status2d(Bar *bar, Arg *arg, BarArg *a);
static int drawstatusbar(BarArg *a, char *text);
static int status2dtextlength(char *stext);