bugfix
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-01 18:56:28 +01:00
parent 00ae3b9411
commit 042c71b772
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 8 additions and 8 deletions

View File

@ -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