From 042c71b7729eabfadb4b5e51465098d7b45f8a4f Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 1 Feb 2024 18:56:28 +0100 Subject: [PATCH] bugfix --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 5adf8a7..43cc333 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("$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