diff options
author | awy <awy@awy.one> | 2024-11-24 21:10:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 21:10:18 +0300 |
commit | 4119287a123df0d16aa4808103a365c055dd40f2 (patch) | |
tree | 89d71fe97978842ee03af80efe6d0ff33992687c /blocks.def.h | |
parent | 6ac6d727e38d0162dc7795bbd8a35cfa80f386d6 (diff) |
update
Diffstat (limited to 'blocks.def.h')
-rw-r--r-- | blocks.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blocks.def.h b/blocks.def.h index aa852fa..3962e50 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,9 +1,13 @@ //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*/ + {"", "sb-memory", 10, 14}, {"", "sb-forecast", 1800, 5}, + {"", "sb-mailbox", 180, 12}, + {"", "sb-nettraf", 1, 16}, {"", "sb-volume", 0, 10}, {"", "sb-clock", 60, 1}, + {"", "sb-internet", 5, 4}, }; |