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