move sb script location
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
558091dbeb
commit
00ae3b9411
16
config.h
16
config.h
|
@ -18,13 +18,13 @@
|
||||||
|
|
||||||
// Define blocks for the status feed as X(cmd, interval, signal).
|
// Define blocks for the status feed as X(cmd, interval, signal).
|
||||||
#define BLOCKS(X) \
|
#define BLOCKS(X) \
|
||||||
X("sb-packages", 1800, 8) \
|
X("$HOME/.local/libexec/sb-packages", 1800, 8) \
|
||||||
X("sb-disk", 900, 10) \
|
X("$HOME/.local/libexec/sb-disk", 900, 10) \
|
||||||
X("sb-memory", 10, 14) \
|
X("$HOME/.local/libexec/sb-memory", 10, 14) \
|
||||||
X("sb-cpu", 1, 18) \
|
X("$HOME/.local/libexec/sb-cpu", 1, 18) \
|
||||||
X("sb-nettraf", 1, 16) \
|
X("$HOME/.local/libexec/sb-nettraf", 1, 18) \
|
||||||
X("sb-internet", 5, 4) \
|
X("$HOME/.local/libexec/sb-internet", 1, 18) \
|
||||||
X("sb-battery", 5, 3) \
|
X("$HOME/.local/libexec/sb-battery", 1, 18) \
|
||||||
X("sb-date", 1, 1)
|
X("$HOME/.local/libexec/sb-date", 1, 18) \
|
||||||
|
|
||||||
#endif // CONFIG_H
|
#endif // CONFIG_H
|
||||||
|
|
Loading…
Reference in New Issue