summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-02Makefile: Use DESTDIR and PREFIXcrian
2019-12-16Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan
2019-12-16Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan
OpenBSD.
2019-12-12Changed Makefile to use pkg-config to find libraries.Aidan
2019-11-30Switched to fgets instead of using fgetcAidan
2019-11-30fixed issue causing segfault on ARM systemsAidan
2019-11-27Fixed garbled last commitAidan Hubert
2019-11-26Added -p option for printing to stdout rather then setting the root window ↵Aidan
for compatibility with other wms.
2019-11-26Added -f option to rm in clean command.Aidan
2019-11-13Made dwmblocks way more efficient by only setting the name of the root ↵Aidan
window when something has changed.
2019-11-07Revert "Changed delimeter to accept multiple characters."Aidan
Bug was found where certain modules caused dwm to lag horribly. Reverting until a fix can be found. This reverts commit 3da92ebccb863394a3501ce2d9cbe60ad9aafc8c.
2019-11-04Changed delimeter to accept multiple characters.Aidan
2019-03-29added icons and delimeterAidan
2019-03-26Changed Makefile to also complie when running install.Aidan
2019-03-24Fixed for loop in getstatus()Aidan
2019-03-24Added more to readme.Aidan
2019-03-24Added install option.Aidan
2019-03-24Added function declarations and renamed setrootcmd to statusstr.Aidan
2019-03-24Changed commands to use ~ instead of /home/aidanAidan
2019-03-24Changed makefile to include X11 libraries.Aidan
2019-03-24Added code files, and Makefile.Aidan
2019-03-24Initial committorrinfail