recording icon and packages on by default
This commit is contained in:
parent
765850c8f7
commit
65b447334f
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -1,9 +1,9 @@
|
||||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
/* {"", "cat /tmp/recordingicon", 0, 9}, */
|
{"", "cat /tmp/recordingicon", 0, 9},
|
||||||
/* {"", "music", 0, 11}, */
|
/* {"", "music", 0, 11}, */
|
||||||
/* {"", "pacpackages", 0, 8}, */
|
{"", "pacpackages", 0, 8},
|
||||||
/* {"", "crypto", 0, 13}, */
|
/* {"", "crypto", 0, 13}, */
|
||||||
{"", "torrent", 20, 7},
|
{"", "torrent", 20, 7},
|
||||||
{"", "news", 0, 6},
|
{"", "news", 0, 6},
|
||||||
|
|
Loading…
Reference in a new issue