dwmblocks

My build of dwmblocks.
git clone git://git.alex.balgavy.eu/dwmblocks.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-05-17 09:13Use custom script for dateAlex Balgavy1+1-1
2024-02-09 20:00Update blocksAlex Balgavy1+2-2
2024-01-15 12:43Update dwmblocksAlex Balgavy1+2-0
2023-12-22 22:54More blocksAlex Balgavy1+10-2
2021-05-05 16:03Add CPU block, fix signalsAlex Balgavy1+4-3
2021-05-04 14:53Update battery & brightness blocksAlex Balgavy1+2-1
2021-04-21 20:56Fix batteryAlex Balgavy1+1-1
2021-04-20 12:39Clickable patchAlex Balgavy3+51-10
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-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-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-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-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
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-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