aboutsummaryrefslogtreecommitdiff
path: root/blocks.def.h
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-22 17:05:00 +0300
committerawy <awy@tutamail.com>2024-08-22 17:05:00 +0300
commit6ac6d727e38d0162dc7795bbd8a35cfa80f386d6 (patch)
treec474bb6039b0d82a571d6475165c626f92bdbf33 /blocks.def.h
parent3b659fabfb1e956cd8fb3395a6db4876bb4f1b2b (diff)
scripts
Diffstat (limited to 'blocks.def.h')
-rw-r--r--blocks.def.h9
1 files changed, 3 insertions, 6 deletions
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},
};