Changes in blocks.

This commit is contained in:
Bartek Stalewski 2021-07-21 15:18:10 +02:00
parent 8c660ea2d0
commit a82c8cd2e8
3 changed files with 7 additions and 5 deletions

View file

@ -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 },