new colorscheme (16-bit compliant)

This commit is contained in:
Anselm R. Garbe
2007-09-15 20:39:31 +02:00
parent 7e476fb86b
commit 2091200c95
4 changed files with 14 additions and 15 deletions

1
dwm.h
View File

@ -91,6 +91,7 @@ extern Window root, barwin;
/* bar.c */
void drawbar(void); /* draw the bar */
void initbar(void); /* initializes the bar */
void initstyle(void); /* initializes colors and font */
unsigned int textw(const char *text); /* return the width of text in px*/
void togglebar(const char *arg); /* shows/hides the bar */
void updatebarpos(void); /* updates the bar position */