diff options
author | Sam Chudnick <sam@chudnick.com> | 2022-02-12 17:41:56 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2022-02-12 17:41:56 -0500 |
commit | c345d3e45f685e7857f4d939f97345859c6cb5e8 (patch) | |
tree | fc360be0a2921a8d0045be576b8c2f40a04dd909 | |
parent | 98b5cc3bc8c21d90e8464a94a319221a473e766c (diff) |
Set cmus back to update every 5 seconds
-rw-r--r-- | blocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | // | 2 | // |
3 | static const Block blocks[] = { | 3 | static 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}, |