diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-02 15:29:29 -0500 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-02 15:29:29 -0500 | 
| commit | 6701bcfc89af660649ce5d0fee436b046c37ba75 (patch) | |
| tree | 6ec85c23db8aed12fb7f03a42e4b80662166013b | |
| parent | blocks.h moved to config.h (diff) | |
| download | dwmblocks-6701bcfc89af660649ce5d0fee436b046c37ba75.tar.gz dwmblocks-6701bcfc89af660649ce5d0fee436b046c37ba75.tar.bz2 dwmblocks-6701bcfc89af660649ce5d0fee436b046c37ba75.tar.xz dwmblocks-6701bcfc89af660649ce5d0fee436b046c37ba75.tar.zst dwmblocks-6701bcfc89af660649ce5d0fee436b046c37ba75.zip | |
unfinished
| -rw-r--r-- | config.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -3,8 +3,8 @@ static const Block blocks[] = {  	/*Icon*/	/*Command*/		/*Update Interval*/	/*Update Signal*/  	/* {"", "cat /tmp/recordingicon",	0,	9}, */  	/* {"",	"music",	0,	11}, */ -	{"",	"pacpackages",	0,	8}, -	{"",	"crypto",	0,	13}, +	/* {"",	"pacpackages",	0,	8}, */ +	/* {"",	"crypto",	0,	13}, */  	{"",	"torrent",	20,	7},  	{"",	"news",		0,	6},  	/* {"",	"moonphase",	18000,	5}, */ | 
