summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-12Jptrzy's patchesHEADmasterJakub Trzeciak
2023-04-09sb-music inactive by defaultLuke Smith
2023-04-09Merge pull request #113 from appeasementPolitik/asyncLuke Smith
Give status bar codes as parameters for async dwmblocks modules
2023-04-05Reflect changes made to sb-priceappeasementPolitik
2023-04-04Give status bar codes as parameters for async dwmblocks modulesappeasementPolitik
2022-08-20sb-doppler script on by defaultLuke Smith
2021-07-16Merge branch 'dfuehrer-fastscroll_fix'Luke Smith
2021-07-05fixed a bug in interval time updatingdfuehrer
2021-06-01Merge branch 'master' into fastscroll_fixdfuehrer
using pulled version of fix to remove_all bug (with an improvement)
2021-05-23Merge pull request #75 from Murtaught/masterLuke Smith
Replace buggy implementation of function 'remove_all()'.
2021-05-23Replace bughy implementation of function 'remove_all()'.Ivan Mikhnovich
Counterexample for old implementation: char str[] = "aaa"; remove_all(str, 'a'); printf("%s\n", str); // displays "a" if we're lucky, //or crashes if we're not.
2021-03-23reset errno so previous error doesn't cause next check to faildfuehrer
2021-03-17Merge branch 'mychanges' into fastscroll_fixdfuehrer
2021-03-17Added greatest common denominator interval fromdfuehrer
"Improve performance by sleeping as much as possible #69" since the sleeping has been changed.
2021-03-14copied over the master config since it is unrelated to the fixdfuehrer
2021-03-14finally actually fixed the blocks dissappearing problem completelydfuehrer
2021-03-13merged with masterdfuehrer
2021-03-13sorta fixed bug with sleep and timing where interruptingdfuehrer
dwmblocks by clicking on the bar would interrupt the sleep causing it to reload everything sooner than it should, which would cause slower things to not update and disappear untill they were reloaded. This was especially a problem with using scrolling on blocks. Still occasionally breaks but is much less horrible.
2021-03-13changed to my status bar things that i wantdfuehrer
2021-03-02Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fixLuke Smith
Revert "Mitigates disappearing blocks on fast mouse interaction"
2021-03-02Revert "Mitigates disappearing blocks on fast mouse interaction"Luke Smith
2021-02-24Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fixLuke Smith
Mitigates disappearing blocks on fast mouse interaction
2021-02-19Merge branch 'noocsharp-master'Luke Smith
2021-02-19Merge branch 'master' of https://github.com/noocsharp/dwmblocks into ↵Luke Smith
noocsharp-master
2021-02-19update README.mdNihal Jere
2021-02-19ignore real-time signals by default, unless explicitly setNihal Jere
2021-02-15sb-crypto removedLuke Smith
2021-02-07Mitigates disapearing blocks on fast mouse interactionFederico Ciuffardi
2021-02-02fix #61Luke Smith
2020-12-28Merge pull request #60 from TheCatster/fix-kbselectLuke Smith
Change KBSelect Program To Include SB Prefix
2020-12-28Change KBSelect Program To Include SB PrefixDaniel Rose
2020-12-25scripts prefixed with sb- to avoid conflictsLuke Smith
rename scripts or update voidrice repo
2020-10-11Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into masterLuke Smith
2020-10-11weather -> forceast; different defaultsLuke Smith
2020-09-09Merge pull request #52 from danielrainer/patch-1Luke Smith
Change spelling in comment
2020-09-09Change spelling in commentdanielrainer
Change the word "delimeter" to "delimiter"
2020-08-28update and fork fixLuke Smith
2020-08-05Merge pull request #46 from ryanm0/masterLuke Smith
Makefile improvements
2020-08-04Makefile: use $(CC) instead of hardcoding gccryanm0
2020-08-04Makefile: fix "output" target nameryanm0
Without the right target name, make will rebuild the target (dwmblocks) every time make is run, even if the source files haven't changed.
2020-06-02Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith
2020-06-02fix #24Luke Smith
2020-06-02ui fixLuke Smith
2020-06-02fundingLuke Smith
2020-05-31Merge pull request #29 from crian/patch-1Luke Smith
POSIX Makefile
2020-05-31POSIX MakefileChristian S
2020-05-30Merge pull request #28 from mackarelfish/masterLuke Smith
Fixed weird blocks behaviour with moving text (music, nettraf), Added support for multiple char delimiter
2020-05-30Commented out music from default config.hZaky Bilfagih
2020-05-30Added support for multiple char delimitermackarelfish
2020-05-30Fixed weird blocks behaviour with moving textmackarelfish
Software created with 💖