dwmblocks/block.h

10 lines
255 B
C
Raw Normal View History

typedef struct {
char *const pathu;
char *const pathc;
const int interval;
const int signal;
char curtext[CMDOUTLENGTH + 1 + DELIMITERLENGTH];
char prvtext[CMDOUTLENGTH + 1];
2021-02-10 16:22:19 +00:00
size_t length;
} Block;