From b1054d7ad093e3cfdedbf10746e4e60e612b3c84 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 31 May 2024 21:33:04 +0530 Subject: Update config.h --- config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.h b/config.h index b720eb7..e3df7cb 100644 --- a/config.h +++ b/config.h @@ -2,13 +2,13 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /* {"⌨", "sb-kbselect", 0, 30}, */ - /* {"", "$HOME/.local/scripts/status/music", 0, 3}, */ - {"", "$HOME/.local/scripts/status/memory", 5, 2}, - {"", "$HOME/.local/scripts/status/temperature" , 5, 3}, - {"", "$HOME/.local/scripts/status/bluetooth-status" , 10, 4}, - {"", "$HOME/.local/scripts/status/volume", 0, 9}, - {"", "$HOME/.local/scripts/status/connection", 1, 1}, - {"", "$HOME/.local/scripts/status/datetime", 30, 6}, + {"", "$HOME/.local/scripts/status/memory", 5, 4}, + {"", "$HOME/.local/scripts/status/temperature" , 5, 2}, + {"", "$HOME/.local/scripts/status/volume", 0, 9}, + {"", "$HOME/.local/scripts/status/bluetooth-status", 60, 3}, + {"", "$HOME/.local/scripts/status/connection", 1, 1}, + {"", "$HOME/.local/scripts/status/battery", 30, 5}, + {"", "$HOME/.local/scripts/status/datetime", 30, 6}, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -- cgit v1.2.3-13-gbd6f