]> git.armaanb.net Git - dwmblocks.git/history - dwmblocks.c
Reduce refresh time
[dwmblocks.git] / dwmblocks.c
2021-06-21 Armaan BhojwaniRemove delimiter option
2021-06-21 Armaan BhojwaniAdd customizations
2020-12-27 torrinfailMerge pull request #40 from IGeraGera/IGeraGera-patch-1
2020-12-24 torrinfailMerge pull request #39 from Strahinja/master
2020-11-18 Страхиња РадићAdded the call to pclose() when the output from the...
2020-09-09 aidanOnly open X server once rather than open and close...
2020-09-05 aidanConsolidated X11 based code into the setroot function
2020-08-29 aidanFixed issue with empty command delimiter
2020-08-27 torrinfailMerge pull request #29 from keikari/patch-2
2020-08-27 aidanfixed output from commands without a newline end.
2020-08-19 aidanUnified style for if, for, and while statements. As...
2020-08-16 keikariUpdate dwmblocks.c
2020-08-16 keikariUpdate dwmblocks.c
2020-08-15 keikariSmall fix
2020-08-14 aidanManual merge of pull request #19. This adds multi-chara...
2020-08-14 aidanRemoved call to redundant call to exit()
2020-08-13 torrinfailMerge pull request #12 from kdkasad/patch-1
2020-08-12 aidanfixed signal handling on OpenBSD by using SIGUSR1 inste...
2020-08-12 torrinfailMerge pull request #15 from tomboehmer/issue9
2020-07-28 torrinfailMerge branch 'master' into patch-1
2020-06-11 torrinfailMerge pull request #8 from markcaudill/master
2020-05-28 Tom BöhmerFixes #9 - determine the size of the status buffer...
2020-04-16 aidanremoved unused replace function
2020-04-01 Mark CaudillProposed fix for issue #5.
2019-12-16 AidanMerge branch 'master' of https://github.com/torrinfail...
2019-12-16 AidanAdded ifndef for openbsd compatibility. SIGRTMIN is...
2019-11-30 AidanSwitched to fgets instead of using fgetc
2019-11-30 Aidanfixed issue causing segfault on ARM systems
2019-11-27 Aidan HubertFixed garbled last commit
2019-11-27 AidanAdded -p option for printing to stdout rather then...
2019-11-13 AidanMade dwmblocks way more efficient by only setting the...
2019-11-07 AidanRevert "Changed delimeter to accept multiple characters."
2019-11-04 AidanChanged delimeter to accept multiple characters.
2019-03-30 Aidanadded icons and delimeter
2019-03-25 AidanFixed for loop in getstatus()
2019-03-25 AidanAdded function declarations and renamed setrootcmd...
2019-03-24 AidanAdded code files, and Makefile.