aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* feat: add user and AC connectionHEADmastereug-vs2022-10-28-0/+2
|
* feat!: remove task contexteug-vs2022-04-18-1/+0
|
* feat: use xkblayout-stateeug-vs2022-04-18-6/+3
|
* feat: use MPD instead of Spotifyeug-vs2021-10-23-1/+1
|
* feat: add taskwarrior blockseug-vs2021-07-07-1/+3
|
* feat: change player to ncspoteug-vs2021-04-25-1/+1
|
* feat: customize blockseug-vs2021-03-30-5/+9
|
* Merge pull request #40 from IGeraGera/IGeraGera-patch-1torrinfail2020-12-27-1/+1
|\ | | | | Updated the patch in README.md for commit b6b0be4
| * Updated README with new patchIGeraGera2020-12-22-1/+1
| |
| * Update README.mdIGeraGera2020-12-20-1/+1
| | | | | | Updated the existing patch. I tried to respect the current formating
* | Merge pull request #39 from Strahinja/mastertorrinfail2020-12-24-1/+4
|\ \ | | | | | | Add the call to pclose() when the output from the block command is empty
| * | Added the call to pclose() when the output from the command is emptyСтрахиња Радић2020-11-18-1/+4
| |/
* | Merge pull request #41 from victor-timofei/mastertorrinfail2020-12-24-1/+2
|\ \ | |/ |/| Fix LDFLAGS for Ubuntu
| * Fix LDFLAGS for UbuntuVictor Timofei2020-12-23-1/+2
|/
* Only open X server once rather than open and close after every writeout.aidan2020-09-09-20/+26
|
* Consolidated X11 based code into the setroot functionaidan2020-09-05-9/+25
| | | | | This is to make it easier to build dwmblocks without xlib so you can use it on wayland or other x wms.
* Fixed issue with empty command delimiteraidan2020-08-29-0/+2
| | | | | This meant that the delimiters were added when when both the icon and output where empty.
* Merge pull request #29 from keikari/patch-2torrinfail2020-08-27-1/+2
|\ | | | | Fix, delimLen caused weird behaviour
| * Update dwmblocks.ckeikari2020-08-16-1/+1
| |
| * Update dwmblocks.ckeikari2020-08-16-1/+2
| |
| * Small fixkeikari2020-08-15-1/+1
| | | | | | | | delimLen didn't count in null-terminator. On line 62 the null terminator character doesn't get copied.
* | fixed output from commands without a newline end.aidan2020-08-27-5/+6
| | | | | | | | | | This is useful when using commands such as tr -d '\n' to strip newlines from output.
* | 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
| | | | | | | | code cleanup.
* | Merge pull request #30 from toniz4/mastertorrinfail2020-08-17-1/+1
|\ \ | |/ |/| updated readme with new statuscmd patch
| * 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
| | | | Thanks to tph5595.
* 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` in Makefile
| * Change `cp`/`chmod` to `install`Kian Kasad2020-05-04-2/+1
| | | | | | 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.
* | fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.aidan2020-08-12-11/+14
| | | | | | | | This should not affect other platforms at all.
* | Update README.mdtorrinfail2020-08-11-0/+5
| | | | | | Added first dwm style optional patch to readme
* | 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 blocks
| * | Fixes #9 - determine the size of the status buffer based on the number of blocksTom Böhmer2020-05-28-1/+2
| |/ | | | | | | | | prevents dwmblocks from crashing because of the status string getting longer than the underlying buffer
* | Update README.mdtorrinfail2020-08-11-0/+5
| | | | | | Added a bit more documentation to readme.
* | added blocks.def.h to act as default blocks file so that changes made inAidan2020-08-11-23/+20
| | | | | | | | the future will not affect csutom blocks.h files.
* | Merge pull request #17 from tph5595/patch-1torrinfail2020-07-28-1/+1
|\ \ | | | | | | Fixed argument order for gcc. This most likely fixes building on debian based systems. Thanks to tph5595
| * \ 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
|\ \ \ | |_|/ |/| | 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 .
| * | Proposed fix for issue #5.Mark Caudill2020-04-01-3/+16
| | | | | | | | | | | | | | | Initialize all signals from RTMIN to RTMAX with a dummy handler before actually setting the "real" handlers.
| | * 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
|\ \ | |/ |/| Some Makefile additions by crian
| * 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
|\