diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:09:11 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:09:11 -0400 | 
| commit | 781eacae90b610054569251e707e549464b05b7f (patch) | |
| tree | 3b707a0562672a7745f37796d9018fd4ca1d8d3b | |
| parent | Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks (diff) | |
| download | dwmblocks-781eacae90b610054569251e707e549464b05b7f.tar.gz dwmblocks-781eacae90b610054569251e707e549464b05b7f.tar.bz2 dwmblocks-781eacae90b610054569251e707e549464b05b7f.tar.xz dwmblocks-781eacae90b610054569251e707e549464b05b7f.tar.zst dwmblocks-781eacae90b610054569251e707e549464b05b7f.zip | |
record error suppressed
| -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}, */ | 
