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
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c dev.c draw.c event.c main.c util.c
|
||||
SRC = bar.c client.c dev.c draw.c event.c main.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
MAN1 = dwm.1
|
||||
BIN = dwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue