From 6ac6d727e38d0162dc7795bbd8a35cfa80f386d6 Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 22 Aug 2024 17:05:00 +0300 Subject: scripts --- blocks.def.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'blocks.def.h') diff --git a/blocks.def.h b/blocks.def.h index 461c8c0..aa852fa 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,12 +1,9 @@ //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*/ - {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, - - {"", "date '+%b %d (%a) %H:%M'", 5, 0}, - - /* Updates whenever "pkill -SIGRTMIN+10 someblocks" is ran */ - /* {"", "date '+%b %d (%a) %I:%M%p'", 0, 10}, */ + {"", "sb-forecast", 1800, 5}, + {"", "sb-volume", 0, 10}, + {"", "sb-clock", 60, 1}, }; -- cgit v1.2.3