~kris/suckless

dwm

ref: 52d7975c56557b19189c30f9b63f706083d0d19b dwm/patch/bar_statuscolors.h -rw-r--r-- 528 bytes
52d7975c — Kris Yotam Seamless dwm renew: preserve dwmblocks, monitor state, and xresources 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
static int width_statuscolors(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
static int width_statuscolors_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
static int draw_statuscolors(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
static int draw_statuscolors_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
#if !BAR_STATUSCMD_PATCH
static int click_statuscolors(Bar *bar, Arg *arg, BarArg *a);
#endif // BAR_STATUSCMD_PATCH
static int textw_wosc(char *s);
static int draw_wosc(Bar *bar, BarArg *a, char *s);