dwm status line and lame script
This commit is contained in:
8
dwm-stat/Makefile
Normal file
8
dwm-stat/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user