Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master
This commit is contained in:
commit
5af44b7751
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -27,7 +27,7 @@ static const Block blocks[] = {
|
||||||
{"", "help-icon", 0, 15},
|
{"", "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 = " ";
|
static char *delim = " ";
|
||||||
|
|
||||||
// Have dwmblocks automatically recompile and run when you edit this file in
|
// Have dwmblocks automatically recompile and run when you edit this file in
|
||||||
|
|
Loading…
Reference in a new issue