better arrangement
This commit is contained in:
parent
501c8f01d1
commit
d977e93821
1 changed files with 5 additions and 5 deletions
10
config.def.h
10
config.def.h
|
@ -3,12 +3,12 @@ static const Block blocks[] = {
|
|||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||
{" ", "volstat", 0, 10},
|
||||
{" ", "micstat", 0, 11},
|
||||
/* {" ", "iwdstat", 2, 0},*/
|
||||
{" ", "layoutstat", 0, 12},
|
||||
{" ", "memorystat", 1, 0},
|
||||
{" ", "cpustat", 1, 0},
|
||||
{" ", "netstat", 2, 0},
|
||||
/* {" ", "batstat", 1, 0},*/
|
||||
{" ", "iwdstat", 2, 0},
|
||||
/* {" ", "memorystat", 1, 0},*/
|
||||
/* {" ", "cpustat", 1, 0},*/
|
||||
/* {" ", "netstat", 2, 0},*/
|
||||
{" ", "batstat", 1, 0},
|
||||
{" ", "date '+%I:%M%p'", 1, 0},
|
||||
{" ", "date '+%a %Y-%m-%d'", 1, 0},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue