Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master

This commit is contained in:
Luke Smith 2020-10-11 15:19:15 -04:00
commit 5af44b7751
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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