aboutsummaryrefslogtreecommitdiff
path: root/blocks.def.h
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-24 21:52:35 +0300
committerawy <awy@awy.one>2024-11-24 21:52:35 +0300
commitd291d9c7e576a86d7cc58370ec95b7e4cac86eb5 (patch)
tree89d71fe97978842ee03af80efe6d0ff33992687c /blocks.def.h
parentb5a069cf54b31eaff2352e883d85b0c572273234 (diff)
Diffstat (limited to 'blocks.def.h')
-rw-r--r--blocks.def.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/blocks.def.h b/blocks.def.h
index 9e8e815..3962e50 100644
--- a/blocks.def.h
+++ b/blocks.def.h
@@ -1,13 +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-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},
+ {"", "sb-mailbox", 180, 12},
+ {"", "sb-nettraf", 1, 16},
+ {"", "sb-volume", 0, 10},
+ {"", "sb-clock", 60, 1},
+ {"", "sb-internet", 5, 4},
};