configuration changes

This commit is contained in:
Luca Bilke 2024-02-03 19:02:37 +01:00
commit f50ec547ac
No known key found for this signature in database
GPG key ID: AD6630D0A1E650AC

View file

@ -8,10 +8,10 @@
#define MAX_BLOCK_OUTPUT_LENGTH 500
// Control whether blocks are clickable.
#define CLICKABLE_BLOCKS 0
#define CLICKABLE_BLOCKS 1
// Control whether a leading delimiter should be prepended to the status.
#define LEADING_DELIMITER 0
#define LEADING_DELIMITER 1
// Control whether a trailing delimiter should be appended to the status.
#define TRAILING_DELIMITER 1