Update blocks.def.h
This commit is contained in:
parent
ae08d6f2ce
commit
e911dd7095
@ -10,6 +10,12 @@ static const Block blocks[] = {
|
|||||||
{"", "dwmblocks-network", SECONDS(5), 0},
|
{"", "dwmblocks-network", SECONDS(5), 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "pulse-listener.h"
|
||||||
|
|
||||||
|
static const ThreadCallback thread_callbacks[] = {
|
||||||
|
pulse_listener_main
|
||||||
|
};
|
||||||
|
|
||||||
// sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
// sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim[] = " ";
|
static char delim[] = " ";
|
||||||
static unsigned int delimLen = 5;
|
static unsigned int delimLen = 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user