summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2022-02-12 17:41:56 -0500
committerSam Chudnick <sam@chudnick.com>2022-02-12 17:41:56 -0500
commitc345d3e45f685e7857f4d939f97345859c6cb5e8 (patch)
treefc360be0a2921a8d0045be576b8c2f40a04dd909
parent98b5cc3bc8c21d90e8464a94a319221a473e766c (diff)
Set cmus back to update every 5 seconds
-rw-r--r--blocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.h b/blocks.h
index 159df59..2ca53fa 100644
--- a/blocks.h
+++ b/blocks.h
@@ -2,7 +2,7 @@
2// 2//
3static const Block blocks[] = { 3static const Block blocks[] = {
4 /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ 4 /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
5 { " ", "~/.local/bin/statusbar/bar-cmus", 0, 12}, 5 { " ", "~/.local/bin/statusbar/bar-cmus", 5, 12},
6 { " ", "~/.local/bin/statusbar/bar-cpu", 2, 13}, 6 { " ", "~/.local/bin/statusbar/bar-cpu", 2, 13},
7 { " ", "~/.local/bin/statusbar/bar-gpu", 10, 14}, 7 { " ", "~/.local/bin/statusbar/bar-gpu", 10, 14},
8 { " ", "~/.local/bin/statusbar/bar-volume", 0, 10}, 8 { " ", "~/.local/bin/statusbar/bar-volume", 0, 10},