summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlucashemi <lucasxberger@gmail.com>2022-09-16 14:33:02 -0300
committerlucashemi <lucasxberger@gmail.com>2022-09-16 14:33:02 -0300
commit0f16760b16f96f17467afa08adc1f387c0f81742 (patch)
tree1f4f0ae3809bb370fa7f8c04623ed7a5954a2e81
parent0810572bd157391c72e20f6f915ce9205fd8c021 (diff)
-rw-r--r--blocks.def.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/blocks.def.h b/blocks.def.h
index b8d0495..f07dbed 100644
--- a/blocks.def.h
+++ b/blocks.def.h
@@ -3,11 +3,12 @@ static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "forecast", 18000, 5},
{"", "volume", 0, 10},
- {"", "cpu", 10, 18},
- /*{"", "battery", 5, 3},*/
- {"", "internet", 5, 4},
+ {"", "memory", 10, 14},
+ /*{"", "cpu", 10, 18},*/
+ /*{"", "battery", 5, 3},*/
+ {"", "internet", 5, 4},
{"", "kbselect", 0, 30},
- {"", "clock", 60, 1},
+ {"", "clock", 60, 1},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.