From e7e5ed3f64ad16cd972a11001a6965b3b75689d6 Mon Sep 17 00:00:00 2001 From: Arthur Khachaturov Date: Sat, 31 Aug 2024 13:49:26 +0300 Subject: [PATCH] add statusbar elements --- blocks.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/blocks.h b/blocks.h index e419b18..14bb515 100644 --- a/blocks.h +++ b/blocks.h @@ -1,7 +1,9 @@ static const Block blocks[] = { - // - {"", "sb-battery", 5, 0}, - {"", "date +'%a %m/%d %I:%M %P'", 5, 0}, +// + {"", "sb-vpn", 30, 2}, + {"", "sb-cast", 30, 1}, + {"", "sb-battery", 5, 0}, + {"", "date +'%a %m/%d %I:%M %P'", 5, 0}, }; static char delim[] = " | ";