diff options
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +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*/ -	{"", "cat /tmp/recordingicon",	0,	9}, +	{"", "cat /tmp/recordingicon 2>/dev/null",	0,	9},  	/* {"",	"music",	0,	11}, */  	{"",	"pacpackages",	0,	8},  	/* {"",	"crypto",	0,	13}, */ | 
