add statusbar elements

This commit is contained in:
Arthur Khachaturov 2024-08-31 13:49:26 +03:00
parent 66f712c669
commit e7e5ed3f64
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55

View file

@ -1,7 +1,9 @@
static const Block blocks[] = { static const Block blocks[] = {
// <i> <cmd> <int> <sig> // <i> <cmd> <int> <sig>
{"", "sb-battery", 5, 0}, {"", "sb-vpn", 30, 2},
{"", "date +'%a %m/%d %I:%M %P'", 5, 0}, {"", "sb-cast", 30, 1},
{"", "sb-battery", 5, 0},
{"", "date +'%a %m/%d %I:%M %P'", 5, 0},
}; };
static char delim[] = " | "; static char delim[] = " | ";