Commit Graph

96 Commits

Author SHA1 Message Date
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
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
Luke Smith 642d93b8f2 moonphase signal changed
battery tr unnec
2020-05-07 20:35:49 -04:00
Luke Smith ff026b9dd4 this should really be disabled until I fix it all
I want to get rid of the mpd-module-update script,
perhaps having it started by the `music` script or
dwm. There have been big kinks in bug testing.
2020-05-04 17:26:37 -04:00
Luke Smith ff41f8e71e statuscmd programs forked 2020-05-04 15:27:46 -04:00
Luke Smith a0ebcc3f54 nettraf opt added, vol not manually updated,
news moved
2020-05-04 15:26:24 -04:00
Luke Smith a46d090a2e Merge pull request #12 from mokulus/master
Remove newlines from command output
2020-04-24 08:40:49 -04:00
MateuszOkulus 6bbd6545f4 Remove newlines from command output 2020-04-24 09:20:34 +02:00
Luke Smith cc1b97c731 help-icon refixed after reversion 2020-04-23 15:11:50 -04:00
Luke Smith 01e9f1a568 Revert "no longer (unused) icon slot" for bugfix
This reverts commit 29485b43b0.
2020-04-22 20:09:51 -04:00
Luke Smith 93b951f715 music module renabled for dwm 2020-04-22 19:56:36 -04:00
Luke Smith b97eff3d47 specific larbs location for cd fix 2020-04-22 19:44:42 -04:00
Luke Smith c76a6c7c1d help renamed to help-icon 2020-04-15 14:42:20 -04:00