From a56335b967a13ef96bab1c8f30e9e4e87d22d0e4 Mon Sep 17 00:00:00 2001 From: Lignum Crucis Date: Thu, 9 Apr 2026 23:38:33 -0300 Subject: patch: fulltag-indicator need configuration --- drw.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drw.h') diff --git a/drw.h b/drw.h index bda06f9..9076944 100644 --- a/drw.h +++ b/drw.h @@ -56,5 +56,9 @@ void drw_setscheme(Drw *drw, Clr *scm); void drw_rect(Drw *drw, int x, int y, unsigned int w, unsigned int h, int filled, int invert); int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lpad, const char *text, int invert); +/* full tag indicator functions */ +void drw_fti(Drw *drw, int x_pos, int y_pos, unsigned int wid, unsigned int hei, const char *bg, const char *border); +unsigned long get_colorpixel(Display *dpy, const char *hex); + /* Map functions */ void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h); -- cgit v1.2.3