diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-10-11 15:19:15 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-10-11 15:19:15 -0400 | 
| commit | 5af44b7751814a3eee7ce55f8dc52913e11b0240 (patch) | |
| tree | fb180720334fecf84867f5490e23c7b66dd43d0a | |
| parent | weather -> forceast; different defaults (diff) | |
| parent | Merge pull request #52 from danielrainer/patch-1 (diff) | |
| download | dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.gz dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.bz2 dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.xz dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.zst dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -27,7 +27,7 @@ static const Block blocks[] = {  	{"",	"help-icon",	0,	15},  }; -//sets delimeter between status commands. NULL character ('\0') means no delimeter. +//Sets delimiter between status commands. NULL character ('\0') means no delimiter.  static char *delim = " ";  // Have dwmblocks automatically recompile and run when you edit this file in | 
