DateCommit messageAuthorFiles+-
2022-05-15 17:13Update READMEOscar Benedito1+16-9
2021-12-22 20:05Add personal configOscar Benedito10+198-1
2021-03-29 20:31Fix bug when fgets exits with errorOscar Benedito1+2-1
2021-03-28 20:25Remove block iconsOscar Benedito2+6-7
2021-03-28 20:25Add leading space to status barOscar Benedito1+1-1
2021-03-28 20:25Move blocks[.def].h to config[.def].hOscar Benedito4+6-6
2021-03-28 20:25Delete delimLim variableOscar Benedito2+3-6
2021-03-28 20:25Fix empty lines not treated as empty outputOscar Benedito1+4-5
2021-03-28 20:25Code cleanupOscar Benedito6+64-114
2020-12-27 20:43Merge pull request #40 from IGeraGera/IGeraGera-patch-1torrinfail1+1-1
2020-12-24 23:53Merge pull request #39 from Strahinja/mastertorrinfail1+4-1
2020-12-24 23:49Merge pull request #41 from victor-timofei/mastertorrinfail1+2-1
2020-12-23 17:52Fix LDFLAGS for UbuntuVictor Timofei1+2-1
2020-12-22 12:44Updated README with new patchIGeraGera1+1-1
2020-12-19 23:07Update README.mdIGeraGera1+1-1
2020-11-18 11:09Added the call to pclose() when the output from the command is emptyСтрахиња Радић1+4-1
2020-09-09 19:10Only open X server once rather than open and close after every writeout.aidan1+26-20
2020-09-05 21:48Consolidated X11 based code into the setroot function This is to make it easier to build dwmblocks without xlib so you can use it on wayland or other x wms.aidan1+25-9
2020-08-29 17:58Fixed issue with empty command delimiter This meant that the delimiters were added when when both the icon and output where empty.aidan1+2-0
2020-08-27 06:51Merge pull request #29 from keikari/patch-2torrinfail1+2-1
2020-08-27 04:47fixed output from commands without a newline end. This is useful when using commands such as tr -d '\n' to strip newlines from output.aidan1+6-5
2020-08-19 16:12Added back the ability to change compiler with CC environment variable.aidan1+2-1
2020-08-19 16:10Unified style for if, for, and while statements. As well as general code cleanup.aidan1+8-9
2020-08-18 05:43Merge pull request #30 from toniz4/mastertorrinfail1+1-1
2020-08-17 07:16updated readme with new statuscmd patchCássio Ribeiro Alves de Ávila1+1-1
2020-08-16 09:21Update dwmblocks.ckeikari1+1-1
2020-08-16 09:20Update dwmblocks.ckeikari1+2-1
2020-08-15 18:43Small fixkeikari1+1-1
2020-08-14 18:36Manual merge of pull request #19. This adds multi-character delimiter. Thanks to tph5595.aidan2+19-15
2020-08-14 07:15Removed call to redundant call to exit()aidan1+0-1
2020-08-13 03:20Merge pull request #12 from kdkasad/patch-1torrinfail1+1-2
2020-08-12 16:24fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. This should not affect other platforms at all.aidan1+14-11
2020-08-12 03:20Update README.mdtorrinfail1+5-0
2020-08-12 03:04Merge pull request #15 from tomboehmer/issue9torrinfail1+2-1
2020-08-12 03:00Update README.mdtorrinfail1+5-0
2020-08-12 02:50added blocks.def.h to act as default blocks file so that changes made in the future will not affect csutom blocks.h files.Aidan4+20-23
2020-07-28 17:07Merge pull request #17 from tph5595/patch-1torrinfail1+1-1
2020-07-28 17:06Merge branch 'master' into patch-1torrinfail2+18-5
2020-07-06 08:10Added variable in makefile to change c compilerAidan1+2-2
2020-06-11 07:13Merge pull request #8 from markcaudill/mastertorrinfail1+16-3
2020-05-30 01:22Fixed argument order for gccTaylor Henderson1+1-1
2020-05-28 08:39Fixes #9 - determine the size of the status buffer based on the number of blocksTom Böhmer1+2-1
2020-05-04 08:20Change `cp`/`chmod` to `install`Kian Kasad1+1-2
2020-04-18 08:02Switched to ISC licenseAidan1+7-0
2020-04-18 07:57Start transition to ISC licensetorrinfail1+0-339
2020-04-16 07:03removed unused replace functionaidan1+0-9
2020-04-16 06:32Merge pull request #3 from crian/mastertorrinfail1+7-2
2020-04-01 15:45Proposed fix for issue #5.Mark Caudill1+16-3
2020-03-03 13:53Makefile: Set permissioncrian1+1-0
2020-03-02 12:42Makefile: Add uninstallcrian1+2-0
2020-03-02 12:36Makefile: Use DESTDIR and PREFIXcrian1+4-2
2019-12-16 21:38Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan1+2-4
2019-12-16 21:35Added ifndef for openbsd compatibility. SIGRTMIN is not defined on OpenBSD.Aidan1+9-2
2019-12-12 17:28Changed Makefile to use pkg-config to find libraries.Aidan1+2-4
2019-11-30 21:43Switched to fgets instead of using fgetcAidan1+5-16
2019-11-30 09:05fixed issue causing segfault on ARM systemsAidan1+4-0
2019-11-27 05:50Fixed garbled last commitAidan Hubert1+0-12
2019-11-27 05:43Added -p option for printing to stdout rather then setting the root window for compatibility with other wms.Aidan1+26-4
2019-11-27 05:42Added -f option to rm in clean command.Aidan1+1-1
2019-11-13 20:58Made dwmblocks way more efficient by only setting the name of the root window when something has changed.Aidan1+9-11
2019-11-07 20:07Revert "Changed delimeter to accept multiple characters."Aidan2+8-16
2019-11-04 22:34Changed delimeter to accept multiple characters.Aidan2+16-8
2019-03-30 03:10added icons and delimeterAidan2+34-14
2019-03-27 00:32Changed Makefile to also complie when running install.Aidan1+1-1
2019-03-25 04:32Fixed for loop in getstatus()Aidan1+1-1
2019-03-25 03:54Added more to readme.Aidan1+3-0
2019-03-25 03:53Added install option.Aidan1+3-0
2019-03-25 03:51Added function declarations and renamed setrootcmd to statusstr.Aidan1+20-12
2019-03-24 23:51Changed commands to use ~ instead of /home/aidanAidan1+6-4
2019-03-24 22:36Changed makefile to include X11 libraries.Aidan1+5-7
2019-03-24 22:31Added code files, and Makefile.Aidan4+166-0
2019-03-24 22:19Initial committorrinfail3+393-0