aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Fixed issue with empty command delimiteraidan2020-08-29-0/+2
* Merge pull request #29 from keikari/patch-2torrinfail2020-08-27-1/+2
|\
| * Update dwmblocks.ckeikari2020-08-16-1/+1
| * Update dwmblocks.ckeikari2020-08-16-1/+2
| * Small fixkeikari2020-08-15-1/+1
* | fixed output from commands without a newline end.aidan2020-08-27-5/+6
* | Added back the ability to change compiler with CC environment variable.aidan2020-08-19-1/+2
* | Unified style for if, for, and while statements. As well as generalaidan2020-08-19-9/+8
* | Merge pull request #30 from toniz4/mastertorrinfail2020-08-17-1/+1
|\ \ | |/ |/|
| * updated readme with new statuscmd patchCássio Ribeiro Alves de Ávila2020-08-17-1/+1
|/
* Manual merge of pull request #19. This adds multi-character delimiter.aidan2020-08-14-15/+19
* Removed call to redundant call to exit()aidan2020-08-14-1/+0
* Merge pull request #12 from kdkasad/patch-1torrinfail2020-08-12-2/+1
|\
| * Change `cp`/`chmod` to `install`Kian Kasad2020-05-04-2/+1
* | fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.aidan2020-08-12-11/+14
* | Update README.mdtorrinfail2020-08-11-0/+5
* | Merge pull request #15 from tomboehmer/issue9torrinfail2020-08-11-1/+2
|\ \
| * | Fixes #9 - determine the size of the status buffer based on the number of blocksTom Böhmer2020-05-28-1/+2
| |/
* | Update README.mdtorrinfail2020-08-11-0/+5
* | added blocks.def.h to act as default blocks file so that changes made inAidan2020-08-11-23/+20
* | Merge pull request #17 from tph5595/patch-1torrinfail2020-07-28-1/+1
|\ \
| * \ Merge branch 'master' into patch-1torrinfail2020-07-28-5/+18
| |\ \ | |/ / |/| |
* | | Added variable in makefile to change c compilerAidan2020-07-06-2/+2
* | | Merge pull request #8 from markcaudill/mastertorrinfail2020-06-11-3/+16
|\ \ \ | |_|/ |/| |
| * | Proposed fix for issue #5.Mark Caudill2020-04-01-3/+16
| | * Fixed argument order for gccTaylor Henderson2020-05-29-1/+1
| |/ |/|
* | Switched to ISC licenseAidan2020-04-18-0/+7
* | Start transition to ISC licensetorrinfail2020-04-18-339/+0
* | removed unused replace functionaidan2020-04-16-9/+0
* | Merge pull request #3 from crian/mastertorrinfail2020-04-16-2/+7
|\ \ | |/ |/|
| * Makefile: Set permissioncrian2020-03-03-0/+1
| * Makefile: Add uninstallcrian2020-03-02-0/+2
| * Makefile: Use DESTDIR and PREFIXcrian2020-03-02-2/+4
|/
* Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan2019-12-16-4/+2
|\
| * Changed Makefile to use pkg-config to find libraries.Aidan2019-12-12-4/+2
* | Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan2019-12-16-2/+9
|/
* Switched to fgets instead of using fgetcAidan2019-11-30-16/+5
* fixed issue causing segfault on ARM systemsAidan2019-11-30-0/+4
* Fixed garbled last commitAidan Hubert2019-11-27-12/+0
* Added -p option for printing to stdout rather then setting the root window fo...Aidan2019-11-26-4/+26
* Added -f option to rm in clean command.Aidan2019-11-26-1/+1
* Made dwmblocks way more efficient by only setting the name of the root window...Aidan2019-11-13-11/+9
* Revert "Changed delimeter to accept multiple characters."Aidan2019-11-07-16/+8
* Changed delimeter to accept multiple characters.Aidan2019-11-04-8/+16
* added icons and delimeterAidan2019-03-29-14/+34
* Changed Makefile to also complie when running install.Aidan2019-03-26-1/+1
* Fixed for loop in getstatus()Aidan2019-03-24-1/+1
* Added more to readme.Aidan2019-03-24-0/+3
* Added install option.Aidan2019-03-24-0/+3
* Added function declarations and renamed setrootcmd to statusstr.Aidan2019-03-24-12/+20