void updatetitle(Client *c); /* update the name of c */
/* draw.c */
-void drawstatus(void); /* draw the bar */
+void drawbar(void); /* draw the bar */
void drawtext(const char *text, unsigned long col[ColLast]); /* draw text */
unsigned int textw(const char *text); /* return the width of text in px*/