1
0
mirror of https://github.com/tiyn/dwmblocks.git synced 2025-04-20 00:27:47 +02:00

only one space as separator

This commit is contained in:
tiyn 2023-10-16 23:54:40 +02:00
parent 45700e9850
commit e36b94a9e8

View File

@ -2,5 +2,5 @@
#define CLICKABLE_BLOCKS 0 // Enable clickability for blocks #define CLICKABLE_BLOCKS 0 // Enable clickability for blocks
#define CMDLENGTH 45 // Trim block output to this length #define CMDLENGTH 45 // Trim block output to this length
#define DELIMITER "" // Delimiter string used to separate blocks #define DELIMITER " " // Delimiter string used to separate blocks
#define LEADING_DELIMITER 0 // Whether a leading separator should be used #define LEADING_DELIMITER 0 // Whether a leading separator should be used