summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.h b/blocks.h
index 7a5a32f..2b222b7 100644
--- a/blocks.h
+++ b/blocks.h
@@ -1,7 +1,7 @@
//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*/
- {"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
+ {"", "clock", 60, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.