aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dfuehrer-fastscroll_fix'Luke Smith2021-07-161-26/+79
|\
| * fixed a bug in interval time updatingdfuehrer2021-07-051-2/+2
| |
| * Merge branch 'master' into fastscroll_fixdfuehrer2021-06-011-5/+7
| |\ | |/ |/| | | using pulled version of fix to remove_all bug (with an improvement)
* | Merge pull request #75 from Murtaught/masterLuke Smith2021-05-231-4/+4
|\ \ | | | | | | Replace buggy implementation of function 'remove_all()'.
| * | Replace bughy implementation of function 'remove_all()'.Ivan Mikhnovich2021-05-231-4/+4
|/ / | | | | | | | | | | | | | | 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.
| * reset errno so previous error doesn't cause next check to faildfuehrer2021-03-231-2/+1
| |
| * Merge branch 'mychanges' into fastscroll_fixdfuehrer2021-03-171-9/+30
| |\
| | * Added greatest common denominator interval fromdfuehrer2021-03-171-9/+30
| | | | | | | | | | | | | | | "Improve performance by sleeping as much as possible #69" since the sleeping has been changed.
| * | copied over the master config since it is unrelated to the fixdfuehrer2021-03-141-14/+25
| |/
| * finally actually fixed the blocks dissappearing problem completelydfuehrer2021-03-142-41/+64
| |
| * merged with masterdfuehrer2021-03-134-14/+14
| |\ | |/ |/|
* | Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fixLuke Smith2021-03-021-21/+6
|\ \ | | | | | | Revert "Mitigates disappearing blocks on fast mouse interaction"
| * | Revert "Mitigates disappearing blocks on fast mouse interaction"Luke Smith2021-03-021-21/+6
|/ /
* | Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fixLuke Smith2021-02-241-6/+21
|\ \ | | | | | | Mitigates disappearing blocks on fast mouse interaction
| * | Mitigates disapearing blocks on fast mouse interactionFederico Ciuffardi2021-02-071-6/+21
| | |
* | | Merge branch 'noocsharp-master'Luke Smith2021-02-192-5/+5
|\ \ \
| * | | Merge branch 'master' of https://github.com/noocsharp/dwmblocks into ↵Luke Smith2021-02-192-5/+5
|/| | | | | | | | | | | | | | | noocsharp-master
| * | | update README.mdNihal Jere2021-02-191-5/+1
| | | |
| * | | ignore real-time signals by default, unless explicitly setNihal Jere2021-02-191-0/+4
| |/ /
* / / sb-crypto removedLuke Smith2021-02-151-1/+0
|/ /
* | fix #61Luke Smith2021-02-021-0/+2
| |
* | Merge pull request #60 from TheCatster/fix-kbselectLuke Smith2020-12-281-1/+1
|\ \ | | | | | | Change KBSelect Program To Include SB Prefix
| * | Change KBSelect Program To Include SB PrefixDaniel Rose2020-12-281-1/+1
|/ /
* | scripts prefixed with sb- to avoid conflictsLuke Smith2020-12-251-22/+23
| | | | | | | | rename scripts or update voidrice repo
* | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into masterLuke Smith2020-10-111-1/+1
|\ \
| * \ Merge pull request #52 from danielrainer/patch-1Luke Smith2020-09-091-1/+1
| |\ \ | | | | | | | | Change spelling in comment
| | * | Change spelling in commentdanielrainer2020-09-091-1/+1
| |/ / | | | | | | Change the word "delimeter" to "delimiter"
* / / weather -> forceast; different defaultsLuke Smith2020-10-111-7/+11
|/ /
* | update and fork fixLuke Smith2020-08-281-3/+4
| |
* | Merge pull request #46 from ryanm0/masterLuke Smith2020-08-051-4/+5
|\ \ | | | | | | Makefile improvements
| * | Makefile: use $(CC) instead of hardcoding gccryanm02020-08-041-2/+3
| | |
| * | Makefile: fix "output" target nameryanm02020-08-041-2/+2
|/ / | | | | | | | | Without the right target name, make will rebuild the target (dwmblocks) every time make is run, even if the source files haven't changed.
| * sorta fixed bug with sleep and timing where interruptingdfuehrer2021-03-131-6/+23
| | | | | | | | | | | | | | | | 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.
| * changed to my status bar things that i wantdfuehrer2021-03-131-21/+9
|/
* Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith2020-06-023-8/+16
|\
| * Merge pull request #29 from crian/patch-1Luke Smith2020-05-311-1/+5
| |\ | | | | | | POSIX Makefile
| | * POSIX MakefileChristian S2020-05-311-1/+5
| |/
| * Merge pull request #28 from mackarelfish/masterLuke Smith2020-05-302-7/+11
| |\ | | | | | | Fixed weird blocks behaviour with moving text (music, nettraf), Added support for multiple char delimiter
| | * Commented out music from default config.hZaky Bilfagih2020-05-301-1/+1
| | |
| | * Added support for multiple char delimitermackarelfish2020-05-302-7/+11
| | |
| | * Fixed weird blocks behaviour with moving textmackarelfish2020-05-301-1/+1
| |/
* | fix #24Luke Smith2020-06-021-1/+5
| |
* | ui fixLuke Smith2020-06-021-3/+1
| |
* | fundingLuke Smith2020-06-021-0/+5
|/
* Merge pull request #23 from danbyl/forkbeforeLuke Smith2020-05-262-11/+7
|\ | | | | Update status after forking and export with setenv
| * Merge branch 'master' into forkbeforeLuke Smith2020-05-262-19/+50
| |\ | |/ |/|
* | americaLuke Smith2020-05-261-1/+1
| |
* | readme additionsLuke Smith2020-05-251-15/+43
| |
* | space for delimLuke Smith2020-05-251-2/+5
| | | | | | | | | | | | price module examples added cpu module differentiated
* | moonphase signal changedLuke Smith2020-05-071-2/+2
| | | | | | | | battery tr unnec