Browse Source

Merge pull request #74 from tinnamchoi/spelling

Got me.
master
torrinfail 1 year ago
committed by GitHub
parent
commit
58a426b68a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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