parent
d0df2f8c77
commit
5645f218fb
1 changed files with 3 additions and 1 deletions
4
config.h
4
config.h
|
@ -17,6 +17,9 @@
|
|||
#define TRAILING_DELIMITER 0
|
||||
|
||||
// Define blocks for the status feed as X(cmd, interval, signal).
|
||||
|
||||
// X("sb-ip", 0, 3)
|
||||
|
||||
#define BLOCKS(X) \
|
||||
X("sb-disk", 10, 0) \
|
||||
X("sb-memory", 10, 0) \
|
||||
|
@ -24,7 +27,6 @@
|
|||
X("sb-nettraf", 1, 0) \
|
||||
X("sb-internet", 0, 2) \
|
||||
X("sb-packages", 900, 1) \
|
||||
X("sb-ip", 0, 3) \
|
||||
X("sb-battery", 1, 4) \
|
||||
X("sb-date", 1, 0) \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue