dwmblocks-custom/config.h

7 lines
302 B
C
Raw Normal View History

#pragma once
2021-03-20 10:52:45 +01:00
2023-04-06 02:48:16 +02:00
#define CLICKABLE_BLOCKS 1 // Enable clickability for blocks
#define CMDLENGTH 45 // Trim block output to this length
#define DELIMITER " " // Delimiter string used to separate blocks
#define LEADING_DELIMITER 0 // Whether a leading separator should be used