revert script location changes
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-01 21:08:54 +01:00
parent 042c71b772
commit 716516251f
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/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) \
X("sb-packages", 1800, 8) \
X("sb-disk", 900, 10) \
X("sb-memory", 10, 14) \
X("sb-cpu", 1, 18) \
X("sb-nettraf", 1, 18) \
X("sb-internet", 1, 18) \
X("sb-battery", 1, 18) \
X("sb-date", 1, 18) \
#endif // CONFIG_H