configuration changes
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
1aa7992f8a
commit
f50ec547ac
8
config.h
8
config.h
|
@ -8,17 +8,17 @@
|
|||
#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
|
||||
|
||||
// Define blocks for the status feed as X(cmd, interval, signal).
|
||||
#define BLOCKS(X) \
|
||||
X("sb-packages", 1800, 8) \
|
||||
#define BLOCKS(X) \
|
||||
X("sb-packages", 1800, 8) \
|
||||
X("sb-disk", 900, 10) \
|
||||
X("sb-memory", 10, 14) \
|
||||
X("sb-cpu", 1, 18) \
|
||||
|
|
Loading…
Reference in New Issue