Update blocks.def.h

This commit is contained in:
Alexander Rosenberg 2023-09-15 15:05:07 -07:00
parent ae08d6f2ce
commit e911dd7095
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -10,6 +10,12 @@ static const Block blocks[] = {
{"", "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.
static char delim[] = " ";
static unsigned int delimLen = 5;