Browse Source

delimeter -> delimiter

master
tinnamchoi 2 years ago
parent
commit
406e4a4d12
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      blocks.def.h

+ 1
- 1
blocks.def.h View File

@ -6,6 +6,6 @@ static const Block blocks[] = {
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
};
//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 unsigned int delimLen = 5;

Loading…
Cancel
Save