From c74550180e22183386749ad33cd475895b7d75ef Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 6 Oct 2023 01:29:18 +0100 Subject: -music status, +bluetooth-status --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index f9ba997..b720eb7 100644 --- a/config.h +++ b/config.h @@ -2,9 +2,10 @@ 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/music", 0, 3}, */ {"", "$HOME/.local/scripts/status/memory", 5, 2}, - {"", "$HOME/.local/scripts/status/temperature" , 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}, -- cgit v1.2.3-13-gbd6f