aboutsummaryrefslogtreecommitdiffstats
path: root/dwmblocks.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-26Added -p option for printing to stdout rather then setting the root window ↵Aidan1-4/+26
for compatibility with other wms.
2019-11-13Made dwmblocks way more efficient by only setting the name of the root ↵Aidan1-11/+9
window when something has changed.
2019-11-07Revert "Changed delimeter to accept multiple characters."Aidan1-14/+6
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.Aidan1-6/+14
2019-03-29added icons and delimeterAidan1-9/+17
2019-03-24Fixed for loop in getstatus()Aidan1-1/+1
2019-03-24Added function declarations and renamed setrootcmd to statusstr.Aidan1-12/+20
2019-03-24Added code files, and Makefile.Aidan1-0/+151