Delete blocks.h

This commit is contained in:
Madeleine 2022-01-08 17:08:21 +00:00 committed by GitHub
parent 9824e295e8
commit ed0355ba8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Interval*/ /*Signal*/
{"", "~/dwmblocks/scripts/sb-memory", 1, 14},
{"", "~/dwmblocks/scripts/sb-cpu", 1, 18},
{"", "~/dwmblocks/scripts/sb-disk", 30, 0},
{"", "~/dwmblocks/scripts/sb-volume", 0, 10},
{"", "~/dwmblocks/scripts/sb-forecast", 36000, 5},
{"", "~/dwmblocks/scripts/sb-clock", 1, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " | ";
static unsigned int delimLen = 3;