nerd fonts
This commit is contained in:
parent
6675b22e35
commit
555481d830
1 changed files with 5 additions and 5 deletions
10
config.def.h
10
config.def.h
|
@ -1,14 +1,14 @@
|
||||||
//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*/
|
||||||
{" ♫ ", "volstat", 0, 10},
|
{" ", "volstat", 0, 10},
|
||||||
{" ", "micstat", 0, 11},
|
{" ", "micstat", 0, 11},
|
||||||
/* {" 直 ", "iwdstat", 2, 0},*/
|
/* {" ", "iwdstat", 2, 0},*/
|
||||||
{" ", "layoutstat", 0, 12},
|
{" ", "layoutstat", 0, 12},
|
||||||
{" ", "memorystat", 2, 0},
|
{" ", "memorystat", 2, 0},
|
||||||
{" ", "cpustat", 2, 0},
|
{" ", "cpustat", 2, 0},
|
||||||
/* {" ", "batstat", 2, 0},*/
|
/* {" ", "batstat", 2, 0},*/
|
||||||
{" ", "date '+%I:%M%p'", 2, 0},
|
{" ", "date '+%I:%M%p'", 2, 0},
|
||||||
{" ", "date '+%a %Y-%m-%d'", 2, 0},
|
{" ", "date '+%a %Y-%m-%d'", 2, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue