move sb script location
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-01 18:53:10 +01:00
parent 558091dbeb
commit 00ae3b9411
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
2 changed files with 8 additions and 8 deletions

0
README.md Normal file
View File

View File

@ -18,13 +18,13 @@
// Define blocks for the status feed as X(cmd, interval, signal).
#define BLOCKS(X) \
X("sb-packages", 1800, 8) \
X("sb-disk", 900, 10) \
X("sb-memory", 10, 14) \
X("sb-cpu", 1, 18) \
X("sb-nettraf", 1, 16) \
X("sb-internet", 5, 4) \
X("sb-battery", 5, 3) \
X("sb-date", 1, 1)
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) \
#endif // CONFIG_H