aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mitigates disapearing blocks on fast mouse interactionFederico Ciuffardi2021-02-071-6/+21
|
* 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.
* 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
| * Update status after forking and export with setenvDaniel Bylinka2020-05-182-11/+7
|/ | | | | | | 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.
* this should really be disabled until I fix it allLuke Smith2020-05-041-1/+1
| | | | | | 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.
* statuscmd programs forkedLuke Smith2020-05-042-19/+102
|
* nettraf opt added, vol not manually updated,Luke Smith2020-05-041-2/+3
| | | | news moved
* Merge pull request #12 from mokulus/masterLuke Smith2020-04-241-0/+15
|\ | | | | Remove newlines from command output
| * Remove newlines from command outputMateuszOkulus2020-04-241-0/+15
|/
* help-icon refixed after reversionLuke Smith2020-04-231-1/+1
|
* Revert "no longer (unused) icon slot" for bugfixLuke Smith2020-04-222-19/+23
| | | | This reverts commit 29485b43b0712062a0ccb99a1301ef071252a95e.
* music module renabled for dwmLuke Smith2020-04-221-1/+1
|
* specific larbs location for cd fixLuke Smith2020-04-221-1/+1
|
* help renamed to help-iconLuke Smith2020-04-151-3/+8
|
* pidof/pamixer allows quick vol updateLuke Smith2020-04-141-2/+2
| | | | battery script already on one line
* no longer (unused) icon slotLuke Smith2020-04-132-23/+19
|
* statuscmd patch for clickable modulesLuke Smith2020-04-134-34/+184
|\
| * Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan2019-12-161-4/+2
| |\
| | * Changed Makefile to use pkg-config to find libraries.Aidan2019-12-121-4/+2
| | |
| * | Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan2019-12-161-2/+9
| |/ | | | | | | OpenBSD.
| * Switched to fgets instead of using fgetcAidan2019-11-301-16/+5
| |
| * fixed issue causing segfault on ARM systemsAidan2019-11-301-0/+4
| |
| * Fixed garbled last commitAidan Hubert2019-11-271-12/+0
| |
| * Added -p option for printing to stdout rather then setting the root window ↵Aidan2019-11-261-4/+26
| | | | | | | | for compatibility with other wms.