1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/config.h b/config.h
index cc9281b..7242149 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,7 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
+ {"", "todos", 800, 19},
{"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
/* {"", "music", 0, 11},*/
{"", "pacpackages", 0, 8},
|