Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | Add package update checkHEADmaster | Gustaf Rydholm | |
2022-01-17 | Remove sb-pacpackages | Gustaf Rydholm | |
2022-01-15 | Add gpu and temp info | Gustaf Rydholm | |
2021-12-26 | Update statusbar | Gustaf Rydholm | |
2021-07-08 | Latest update | Gustaf Rydholm | |
2020-12-27 | Merge pull request #40 from IGeraGera/IGeraGera-patch-1 | torrinfail | |
Updated the patch in README.md for commit b6b0be4 | |||
2020-12-24 | Merge pull request #39 from Strahinja/master | torrinfail | |
Add the call to pclose() when the output from the block command is empty | |||
2020-12-24 | Merge pull request #41 from victor-timofei/master | torrinfail | |
Fix LDFLAGS for Ubuntu | |||
2020-12-23 | Fix LDFLAGS for Ubuntu | Victor Timofei | |
2020-12-22 | Updated README with new patch | IGeraGera | |
2020-12-20 | Update README.md | IGeraGera | |
Updated the existing patch. I tried to respect the current formating | |||
2020-11-18 | Added the call to pclose() when the output from the command is empty | Страхиња Радић | |
2020-09-09 | Only open X server once rather than open and close after every writeout. | aidan | |
2020-09-05 | Consolidated X11 based code into the setroot function | aidan | |
This is to make it easier to build dwmblocks without xlib so you can use it on wayland or other x wms. | |||
2020-08-29 | Fixed issue with empty command delimiter | aidan | |
This meant that the delimiters were added when when both the icon and output where empty. | |||
2020-08-27 | Merge pull request #29 from keikari/patch-2 | torrinfail | |
Fix, delimLen caused weird behaviour | |||
2020-08-27 | fixed 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-19 | Added back the ability to change compiler with CC environment variable. | aidan | |
2020-08-19 | Unified style for if, for, and while statements. As well as general | aidan | |
code cleanup. | |||
2020-08-17 | Merge pull request #30 from toniz4/master | torrinfail | |
updated readme with new statuscmd patch | |||
2020-08-17 | updated readme with new statuscmd patch | Cássio Ribeiro Alves de Ávila | |
2020-08-16 | Update dwmblocks.c | keikari | |
2020-08-16 | Update dwmblocks.c | keikari | |
2020-08-15 | Small fix | keikari | |
delimLen didn't count in null-terminator. On line 62 the null terminator character doesn't get copied. | |||
2020-08-14 | Manual merge of pull request #19. This adds multi-character delimiter. | aidan | |
Thanks to tph5595. | |||
2020-08-14 | Removed call to redundant call to exit() | aidan | |
2020-08-12 | Merge pull request #12 from kdkasad/patch-1 | torrinfail | |
Change `cp`/`chmod` to `install` in Makefile | |||
2020-08-12 | fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. | aidan | |
This should not affect other platforms at all. | |||
2020-08-11 | Update README.md | torrinfail | |
Added first dwm style optional patch to readme | |||
2020-08-11 | Merge pull request #15 from tomboehmer/issue9 | torrinfail | |
Fixes #9 - determine the size of the status buffer based on the number of blocks | |||
2020-08-11 | Update README.md | torrinfail | |
Added a bit more documentation to readme. | |||
2020-08-11 | added blocks.def.h to act as default blocks file so that changes made in | Aidan | |
the future will not affect csutom blocks.h files. | |||
2020-07-28 | Merge pull request #17 from tph5595/patch-1 | torrinfail | |
Fixed argument order for gcc. This most likely fixes building on debian based systems. Thanks to tph5595 | |||
2020-07-28 | Merge branch 'master' into patch-1 | torrinfail | |
2020-07-06 | Added variable in makefile to change c compiler | Aidan | |
2020-06-11 | Merge pull request #8 from markcaudill/master | torrinfail | |
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-29 | Fixed argument order for gcc | Taylor Henderson | |
2020-05-28 | Fixes #9 - determine the size of the status buffer based on the number of blocks | Tom Böhmer | |
prevents dwmblocks from crashing because of the status string getting longer than the underlying buffer | |||
2020-05-04 | Change `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-18 | Switched to ISC license | Aidan | |
2020-04-18 | Start transition to ISC license | torrinfail | |
2020-04-16 | removed unused replace function | aidan | |
2020-04-16 | Merge pull request #3 from crian/master | torrinfail | |
Some Makefile additions by crian | |||
2020-04-01 | Proposed 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-03 | Makefile: Set permission | crian | |
2020-03-02 | Makefile: Add uninstall | crian | |
2020-03-02 | Makefile: Use DESTDIR and PREFIX | crian | |
2019-12-16 | Merge branch 'master' of https://github.com/torrinfail/dwmblocks | Aidan | |
2019-12-16 | Added ifndef for openbsd compatibility. SIGRTMIN is not defined on | Aidan | |
OpenBSD. | |||
2019-12-12 | Changed Makefile to use pkg-config to find libraries. | Aidan | |