Commit Graph

107 Commits

Author SHA1 Message Date
Luke Smith
66f31c307a Merge branch 'dfuehrer-fastscroll_fix' 2021-07-16 17:44:46 -04:00
dfuehrer
c306fea426 fixed a bug in interval time updating 2021-07-05 19:17:34 -07:00
dfuehrer
681b8998c2 Merge branch 'master' into fastscroll_fix
using pulled version of fix to remove_all bug (with an improvement)
2021-06-01 20:54:26 -07:00
Luke Smith
ea5afdccbd Merge pull request #75 from Murtaught/master
Replace buggy implementation of function 'remove_all()'.
2021-05-23 13:03:52 -04:00
Ivan Mikhnovich
0c268f5fc9 Replace bughy implementation of function 'remove_all()'.
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-05-23 19:24:42 +03:00
dfuehrer
fc80bd975c reset errno so previous error doesn't cause next check to fail 2021-03-23 18:31:57 -07:00
dfuehrer
d474ad1d67 Merge branch 'mychanges' into fastscroll_fix 2021-03-17 00:54:34 -07:00
dfuehrer
da9a2f7286 Added greatest common denominator interval from
"Improve performance by sleeping as much as possible #69"
since the sleeping has been changed.
2021-03-17 00:38:37 -07:00
dfuehrer
d68479db24 copied over the master config since it is unrelated to the fix 2021-03-14 04:52:41 -07:00
dfuehrer
d45328c444 finally actually fixed the blocks dissappearing problem completely 2021-03-14 04:16:28 -07:00
dfuehrer
1697346729 merged with master 2021-03-13 23:34:15 -07:00
dfuehrer
73fd031a1d sorta fixed bug with sleep and timing where interrupting
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-13 22:49:34 -07:00
dfuehrer
d747fa7bc1 changed to my status bar things that i want 2021-03-13 22:48:50 -07:00
Luke Smith
7892511501 Merge pull request #66 from LukeSmithxyz/revert-62-fast-scrolling-fix
Revert "Mitigates disappearing blocks on fast mouse interaction"
2021-03-02 09:22:49 -05:00
Luke Smith
826e3f1a99 Revert "Mitigates disappearing blocks on fast mouse interaction" 2021-03-02 09:22:17 -05:00
Luke Smith
7101103744 Merge pull request #62 from Federico-Ciuffardi/fast-scrolling-fix
Mitigates disappearing blocks on fast mouse interaction
2021-02-24 08:29:53 -05:00
Luke Smith
141e5f45ed Merge branch 'noocsharp-master' 2021-02-19 16:51:31 -05:00
Luke Smith
2569bdb430 Merge branch 'master' of https://github.com/noocsharp/dwmblocks into noocsharp-master 2021-02-19 16:49:52 -05:00
Nihal Jere
c9e45f9bed update README.md 2021-02-19 15:10:38 -06:00
Nihal Jere
9cd6f02395 ignore real-time signals by default, unless explicitly set 2021-02-19 15:05:07 -06:00
Luke Smith
7e675aab54 sb-crypto removed 2021-02-15 21:26:39 -05:00
Federico Ciuffardi
e7b3d9d9d6 Mitigates disapearing blocks on fast mouse interaction 2021-02-07 18:56:42 -03:00
Luke Smith
747067e64e fix #61 2021-02-02 15:19:03 -05:00
Luke Smith
8836af5885 Merge pull request #60 from TheCatster/fix-kbselect
Change KBSelect Program To Include SB Prefix
2020-12-28 15:36:20 -05:00
Daniel Rose
4c13564c83 Change KBSelect Program To Include SB Prefix 2020-12-28 15:17:14 -05:00
Luke Smith
fd15bc9b95 scripts prefixed with sb- to avoid conflicts
rename scripts or update voidrice repo
2020-12-25 08:03:23 -05:00
Luke Smith
5af44b7751 Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master 2020-10-11 15:19:15 -04:00
Luke Smith
791a837fac weather -> forceast; different defaults 2020-10-11 15:18:55 -04:00
Luke Smith
6bbb413fd7 Merge pull request #52 from danielrainer/patch-1
Change spelling in comment
2020-09-09 21:00:43 -04:00
danielrainer
7bd5e64364 Change spelling in comment
Change the word "delimeter" to "delimiter"
2020-09-09 20:31:33 +02:00
Luke Smith
7524ccd1e5 update and fork fix 2020-08-28 19:27:12 -04:00
Luke Smith
8b313712dc Merge pull request #46 from ryanm0/master
Makefile improvements
2020-08-05 07:57:53 -04:00
ryanm0
841a607830 Makefile: use $(CC) instead of hardcoding gcc 2020-08-04 23:19:06 -10:00
ryanm0
f67807d348 Makefile: fix "output" target name
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-08-04 23:16:36 -10:00
Luke Smith
d3eed01126 Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks 2020-06-02 15:46:11 -04:00
Luke Smith
da7df2f2c2 fix #24 2020-06-02 15:45:47 -04:00
Luke Smith
744d33a345 ui fix 2020-06-02 15:41:13 -04:00
Luke Smith
0dd4d4d0e1 funding 2020-06-02 15:26:54 -04:00
Luke Smith
c35edaad21 Merge pull request #29 from crian/patch-1
POSIX Makefile
2020-05-31 12:11:01 -04:00
Christian S
b259b140a3 POSIX Makefile 2020-05-31 17:59:42 +02:00
Luke Smith
9a7ecafdcc Merge pull request #28 from mackarelfish/master
Fixed weird blocks behaviour with moving text (music, nettraf), Added support for multiple char delimiter
2020-05-30 08:38:33 -04:00
Zaky Bilfagih
e2ca6028d6 Commented out music from default config.h 2020-05-30 12:44:06 +07:00
mackarelfish
9adc4dc1e7 Added support for multiple char delimiter 2020-05-30 12:36:18 +07:00
mackarelfish
d1519aa012 Fixed weird blocks behaviour with moving text 2020-05-30 12:21:26 +07:00
Luke Smith
6d75ac1b00 Merge pull request #23 from danbyl/forkbefore
Update status after forking and export with setenv
2020-05-26 07:26:42 -04:00
Luke Smith
373d96844f Merge branch 'master' into forkbefore 2020-05-26 07:26:34 -04:00
Luke Smith
0666c8a14d america 2020-05-26 07:11:38 -04:00
Luke Smith
41cf9cd337 readme additions 2020-05-25 21:14:16 -04:00
Luke Smith
67b64a8bd9 space for delim
price module examples added

cpu module differentiated
2020-05-25 20:34:43 -04:00
Daniel Bylinka
aaeebc4b36 Update status after forking and export with setenv
Forking after updating the status can feel unresponsive depending on how
long it takes for the command to run.

Also link to the statuscmd page on suckless.org instead of the gist.
2020-05-18 00:52:18 +02:00