parent
00ae3b9411
commit
042c71b772
1 changed files with 8 additions and 8 deletions
16
config.h
16
config.h
|
@ -18,13 +18,13 @@
|
|||
|
||||
// Define blocks for the status feed as X(cmd, interval, signal).
|
||||
#define BLOCKS(X) \
|
||||
X("$HOME/.local/libexec/sb-packages", 1800, 8) \
|
||||
X("$HOME/.local/libexec/sb-disk", 900, 10) \
|
||||
X("$HOME/.local/libexec/sb-memory", 10, 14) \
|
||||
X("$HOME/.local/libexec/sb-cpu", 1, 18) \
|
||||
X("$HOME/.local/libexec/sb-nettraf", 1, 18) \
|
||||
X("$HOME/.local/libexec/sb-internet", 1, 18) \
|
||||
X("$HOME/.local/libexec/sb-battery", 1, 18) \
|
||||
X("$HOME/.local/libexec/sb-date", 1, 18) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-packages", 1800, 8) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-disk", 900, 10) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-memory", 10, 14) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-cpu", 1, 18) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-nettraf", 1, 18) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-internet", 1, 18) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-battery", 1, 18) \
|
||||
X("$HOME/.local/libexec/statusbar/sb-date", 1, 18) \
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue