From 00ae3b941168527edf29253e134359ebfe64316c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 1 Feb 2024 18:53:10 +0100 Subject: [PATCH] move sb script location --- README.md | 0 config.h | 16 ++++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/config.h b/config.h index f4fafd6..5adf8a7 100644 --- a/config.h +++ b/config.h @@ -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