dwm status line and lame script

This commit is contained in:
shockrahwow
2019-07-20 19:09:20 -07:00
parent 188996e637
commit ac2594dc0f
4 changed files with 140 additions and 0 deletions

8
dwm-stat/Makefile Normal file
View File

@@ -0,0 +1,8 @@
stat:
gcc -o statline status.c -O2 -s -lX11
clean:
rm -f statline
install:
ln -s $(shell pwd)/statline /usr/bin/statline