implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm

This commit is contained in:
Anselm R. Garbe 2006-07-14 10:07:38 +02:00
parent 1549faf3b9
commit 9cd686c93a
6 changed files with 95 additions and 31 deletions

View file

@ -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