summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-06Merge pull request #48 from anntnzrb/patch-makefileHEADmastertorrinfail
Makefile tweaks These changes are all pretty good. And I'm all for making it easier to build on the BSDs!
2022-01-06Merge pull request #59 from mehmetumit/mastertorrinfail
\0 delimeter issue fixed This was clearly just an oversight. Thanks for the fix!
2021-09-26\0 delimeter issue fixedMehmet Ümit Özden
2021-08-05Added {Free,Open}BSD support | minor editsanntnzrb
2021-05-28Makefile tweaksanntnzrb
Modified according to [dwm](http://git.suckless.org/dwm/file/Makefile.html) 's Makefile file.
2020-12-27Merge pull request #40 from IGeraGera/IGeraGera-patch-1torrinfail
Updated the patch in README.md for commit b6b0be4
2020-12-24Merge pull request #39 from Strahinja/mastertorrinfail
Add the call to pclose() when the output from the block command is empty
2020-12-24Merge pull request #41 from victor-timofei/mastertorrinfail
Fix LDFLAGS for Ubuntu
2020-12-23Fix LDFLAGS for UbuntuVictor Timofei
2020-12-22Updated README with new patchIGeraGera
2020-12-20Update README.mdIGeraGera
Updated the existing patch. I tried to respect the current formating
2020-11-18Added the call to pclose() when the output from the command is emptyСтрахиња Радић
2020-09-09Only open X server once rather than open and close after every writeout.aidan
2020-09-05Consolidated X11 based code into the setroot functionaidan
This is to make it easier to build dwmblocks without xlib so you can use it on wayland or other x wms.
2020-08-29Fixed issue with empty command delimiteraidan
This meant that the delimiters were added when when both the icon and output where empty.
2020-08-27Merge pull request #29 from keikari/patch-2torrinfail
Fix, delimLen caused weird behaviour
2020-08-27fixed output from commands without a newline end.aidan
This is useful when using commands such as tr -d '\n' to strip newlines from output.
2020-08-19Added back the ability to change compiler with CC environment variable.aidan
2020-08-19Unified style for if, for, and while statements. As well as generalaidan
code cleanup.
2020-08-17Merge pull request #30 from toniz4/mastertorrinfail
updated readme with new statuscmd patch
2020-08-17updated readme with new statuscmd patchCássio Ribeiro Alves de Ávila
2020-08-16Update dwmblocks.ckeikari
2020-08-16Update dwmblocks.ckeikari
2020-08-15Small fixkeikari
delimLen didn't count in null-terminator. On line 62 the null terminator character doesn't get copied.
2020-08-14Manual merge of pull request #19. This adds multi-character delimiter.aidan
Thanks to tph5595.
2020-08-14Removed call to redundant call to exit()aidan
2020-08-12Merge pull request #12 from kdkasad/patch-1torrinfail
Change `cp`/`chmod` to `install` in Makefile
2020-08-12fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.aidan
This should not affect other platforms at all.
2020-08-11Update README.mdtorrinfail
Added first dwm style optional patch to readme
2020-08-11Merge pull request #15 from tomboehmer/issue9torrinfail
Fixes #9 - determine the size of the status buffer based on the number of blocks
2020-08-11Update README.mdtorrinfail
Added a bit more documentation to readme.
2020-08-11added blocks.def.h to act as default blocks file so that changes made inAidan
the future will not affect csutom blocks.h files.
2020-07-28Merge pull request #17 from tph5595/patch-1torrinfail
Fixed argument order for gcc. This most likely fixes building on debian based systems. Thanks to tph5595
2020-07-28Merge branch 'master' into patch-1torrinfail
2020-07-06Added variable in makefile to change c compilerAidan
2020-06-11Merge pull request #8 from markcaudill/mastertorrinfail
This merge adds fix for issue #5 which @markcaudill fixed by having all real-time signals handled by a dummy handler if it doesn't have a refresh signal .
2020-05-29Fixed argument order for gccTaylor Henderson
2020-05-28Fixes #9 - determine the size of the status buffer based on the number of blocksTom Böhmer
prevents dwmblocks from crashing because of the status string getting longer than the underlying buffer
2020-05-04Change `cp`/`chmod` to `install`Kian Kasad
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
2020-04-18Switched to ISC licenseAidan
2020-04-18Start transition to ISC licensetorrinfail
2020-04-16removed unused replace functionaidan
2020-04-16Merge pull request #3 from crian/mastertorrinfail
Some Makefile additions by crian
2020-04-01Proposed fix for issue #5.Mark Caudill
Initialize all signals from RTMIN to RTMAX with a dummy handler before actually setting the "real" handlers.
2020-03-03Makefile: Set permissioncrian
2020-03-02Makefile: Add uninstallcrian
2020-03-02Makefile: Use DESTDIR and PREFIXcrian
2019-12-16Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan
2019-12-16Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan
OpenBSD.
2019-12-12Changed Makefile to use pkg-config to find libraries.Aidan