README.md (754B)
1 status 2 ====== 3 4 A status line program for dwm. 5 6 Inspired by and drawing from 7 [dsblocks](https://github.com/ashish-yadav11/dsblocks) and 8 [slstatus](https://tools.suckless.org/slstatus/). 9 10 Installation 11 ------------ 12 13 Copy `config.def.h` to `config.h` and modify to your liking then to build: 14 15 ``` 16 ./build.sh 17 ``` 18 19 Then copy `status` to wherever you want. 20 21 Usage 22 ----- 23 24 Execute with `status` or use `setsid -f status` to run in the 25 background. `status` also accepts the `-d` option to print the 26 line to `stdout` instead of setting the X root window name. 27 28 Gotchas 29 ------- 30 31 * alsalib is horribly broken. Don't compile with optimizations more 32 exotic than `-O2` and expect alsa to work. If you aren't using alsa 33 then you can use whatever meme flags you want.