From c345d3e45f685e7857f4d939f97345859c6cb5e8 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 12 Feb 2022 17:41:56 -0500 Subject: Set cmus back to update every 5 seconds --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 159df59..2ca53fa 100644 --- a/blocks.h +++ b/blocks.h @@ -2,7 +2,7 @@ // static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - { " ", "~/.local/bin/statusbar/bar-cmus", 0, 12}, + { " ", "~/.local/bin/statusbar/bar-cmus", 5, 12}, { " ", "~/.local/bin/statusbar/bar-cpu", 2, 13}, { " ", "~/.local/bin/statusbar/bar-gpu", 10, 14}, { " ", "~/.local/bin/statusbar/bar-volume", 0, 10}, -- cgit v1.2.3