dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-07-05 07:09Changed configBenjamin Paul1+4-20
2020-06-02 19:46Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith3+16-8
2020-06-02 19:45fix #24Luke Smith1+5-1
2020-06-02 19:41ui fixLuke Smith1+1-3
2020-06-02 19:26fundingLuke Smith1+5-0
2020-05-31 16:11Merge pull request #29 from crian/patch-1Luke Smith1+5-1
2020-05-31 15:59POSIX MakefileChristian S1+5-1
2020-05-30 12:38Merge pull request #28 from mackarelfish/masterLuke Smith2+11-7
2020-05-30 05:44Commented out music from default config.hZaky Bilfagih1+1-1
2020-05-30 05:36Added support for multiple char delimitermackarelfish2+11-7
2020-05-30 05:21Fixed weird blocks behaviour with moving textmackarelfish1+1-1
2020-05-26 11:26Merge pull request #23 from danbyl/forkbeforeLuke Smith2+7-11
2020-05-26 11:26Merge branch 'master' into forkbeforeLuke Smith2+50-19
2020-05-26 11:11americaLuke Smith1+1-1
2020-05-26 01:14readme additionsLuke Smith1+43-15
2020-05-26 00:34space for delimLuke Smith1+5-2
2020-05-17 22:52Update status after forking and export with setenvDaniel Bylinka2+7-11
2020-05-08 00:35moonphase signal changed battery tr unnecLuke Smith1+2-2
2020-05-04 21:26this should really be disabled until I fix it allLuke Smith1+1-1
2020-05-04 19:27statuscmd programs forkedLuke Smith2+102-19
2020-05-04 19:26nettraf opt added, vol not manually updated, news movedLuke Smith1+3-2
2020-04-24 12:40Merge pull request #12 from mokulus/masterLuke Smith1+15-0
2020-04-24 07:20Remove newlines from command outputMateuszOkulus1+15-0
2020-04-23 19:11help-icon refixed after reversionLuke Smith1+1-1
2020-04-23 00:09Revert "no longer (unused) icon slot" for bugfixLuke Smith2+23-19
2020-04-22 23:56music module renabled for dwmLuke Smith1+1-1
2020-04-22 23:44specific larbs location for cd fixLuke Smith1+1-1
2020-04-15 18:42help renamed to help-iconLuke Smith1+8-3
2020-04-15 00:25pidof/pamixer allows quick vol updateLuke Smith1+2-2
2020-04-13 05:05no longer (unused) icon slotLuke Smith2+19-23
2020-04-13 04:14statuscmd patch for clickable modulesLuke Smith4+184-34
2020-04-08 23:12Merge pull request #5 from hisakiyo/masterLuke Smith1+1-1
2020-04-08 22:51Update dwmblocks.chisakiyo1+1-1
2020-04-08 15:06old vol commands removedLuke Smith1+0-4
2020-04-08 15:06force cleanLuke Smith1+1-1
2020-04-08 15:05volume autoupdateLuke Smith1+1-1
2020-03-26 21:47remove newline in battery outputLuke Smith1+1-1
2020-03-22 13:09internet module added by defaultLuke Smith1+1-0
2020-03-22 13:09record error suppressedLuke Smith1+1-1
2020-03-15 00:49Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith1+7-3
2020-03-15 00:49recording icon and packages on by defaultLuke Smith1+2-2
2020-03-03 21:50Merge pull request #3 from crian/patch-1Luke Smith1+7-3
2020-03-03 19:56Makefile: Use DESTDIR/PREFIX and add uninstallChristian S1+7-3
2020-03-02 20:29Merge branch 'master' of github.com:LukeSmithxyz/dwmblocksLuke Smith1+1-0
2020-03-02 20:29unfinishedLuke Smith1+2-2
2020-03-02 15:30Merge pull request #2 from mrchainman/masterLuke Smith1+1-0
2020-03-02 15:20Merge branch 'master' into mastermrchainman5+29-18
2020-03-01 12:01blocks.h moved to config.hLuke Smith4+26-24
2020-02-08 14:43use general scripts for statusbarLuke Smith2+13-9
2020-02-01 17:43simplification for emojisLuke Smith1+11-6
2020-01-02 15:31Added chmod in Makefile to prevent execution errorsMr Chainman1+2-1
2019-12-16 21:38Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan1+2-4
2019-12-16 21:35Added ifndef for openbsd compatibility. SIGRTMIN is not defined on OpenBSD.Aidan1+9-2
2019-12-12 17:28Changed Makefile to use pkg-config to find libraries.Aidan1+2-4
2019-11-30 21:43Switched to fgets instead of using fgetcAidan1+5-16
2019-11-30 09:05fixed issue causing segfault on ARM systemsAidan1+4-0
2019-11-27 05:50Fixed garbled last commitAidan Hubert1+0-12
2019-11-27 05:43Added -p option for printing to stdout rather then setting the root window for compatibility with other wms.Aidan1+26-4
2019-11-27 05:42Added -f option to rm in clean command.Aidan1+1-1
2019-11-13 20:58Made dwmblocks way more efficient by only setting the name of the root window when something has changed.Aidan1+9-11
2019-11-07 20:07Revert "Changed delimeter to accept multiple characters."Aidan2+8-16
2019-11-04 22:34Changed delimeter to accept multiple characters.Aidan2+16-8
2019-09-21 19:37dox and stuff rmdLuke Smith2+3-14
2019-09-21 19:34luke initLuke Smith1+18-12
2019-03-30 03:10added icons and delimeterAidan2+34-14
2019-03-27 00:32Changed Makefile to also complie when running install.Aidan1+1-1
2019-03-25 04:32Fixed for loop in getstatus()Aidan1+1-1
2019-03-25 03:54Added more to readme.Aidan1+3-0
2019-03-25 03:53Added install option.Aidan1+3-0
2019-03-25 03:51Added function declarations and renamed setrootcmd to statusstr.Aidan1+20-12
2019-03-24 23:51Changed commands to use ~ instead of /home/aidanAidan1+6-4
2019-03-24 22:36Changed makefile to include X11 libraries.Aidan1+5-7
2019-03-24 22:31Added code files, and Makefile.Aidan4+166-0
2019-03-24 22:19Initial committorrinfail3+393-0