dwmblocks-mms

My fork of DWM for FreeBSD
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-08-06 20:47feat: battery and timemms2+11-1
2023-08-06 20:33fix: compile on freebsdmms1+1-1
2022-01-07 03:08Merge pull request #48 from anntnzrb/patch-makefiletorrinfail1+29-10
2022-01-07 02:45Merge pull request #59 from mehmetumit/mastertorrinfail1+2-2
2021-09-26 11:26\0 delimeter issue fixedMehmet Ümit Özden1+2-2
2021-08-05 12:55Added {Free,Open}BSD support | minor editsanntnzrb1+11-6
2021-05-28 16:36Makefile tweaksanntnzrb1+24-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-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