implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
This commit is contained in:
parent
1549faf3b9
commit
9cd686c93a
6 changed files with 95 additions and 31 deletions
2
draw.c
2
draw.c
|
@ -30,7 +30,7 @@ drawborder(void)
|
|||
}
|
||||
|
||||
void
|
||||
draw(Bool border, const char *text)
|
||||
drawtext(const char *text, Bool border)
|
||||
{
|
||||
int x, y, w, h;
|
||||
unsigned int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue