Huge statusbar changes, no more Material stuff.
This commit is contained in:
parent
7073a4a805
commit
ef80d981bf
7 changed files with 27 additions and 27 deletions
|
@ -1,14 +1,14 @@
|
|||
//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*/
|
||||
{"", "sb-emerge", 1, 0 },
|
||||
{"", "sb-mail", 180, 16 },
|
||||
{"", "sb-volume", 0, 12 },
|
||||
{"", "sb-network", 1, 0 },
|
||||
{"", "sb-battery", 3, 0 },
|
||||
{"\ue935 ", "date '+%F %I:%M:%S %p'", 1, 0 },
|
||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||
{"", "sb-emerge", 1, 0 },
|
||||
{"", "sb-mail", 60, 16 },
|
||||
{"", "sb-volume", 0, 12 },
|
||||
{"\uf1eb ", "sb-network", 1, 0 },
|
||||
{"\uf241 ", "sb-battery", 3, 0 },
|
||||
{"\uf073 ", "date '+%F %I:%M:%S %p |'", 1, 0 },
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
static char delim[] = " ";
|
||||
static unsigned int delimLen = 1;
|
||||
static char delim[] = " | ";
|
||||
static unsigned int delimLen = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue