diff options
Diffstat (limited to 'blocks.def.h')
-rw-r--r-- | blocks.def.h | 9 |
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}, }; |