Changes in blocks.
This commit is contained in:
parent
8c660ea2d0
commit
a82c8cd2e8
3 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
//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-mail", 180, 16 },
|
||||
{"🔊 ", "sb-volume", 10, 12 },
|
||||
{"📧 ", "sb-mail", 180, 16 },
|
||||
{"", "sb-volume", 0, 12 },
|
||||
{"📶 ", "sb-network", 1, 0 },
|
||||
{"", "sb-battery", 3, 0 },
|
||||
{"📅 ", "date '+%F %T '", 1, 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue