summaryrefslogtreecommitdiff
path: root/blocks.h
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-08-18 16:48:16 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-08-18 16:48:16 +0100
commit3d83973f2d5fe36020b1c904eba4a4e845f51667 (patch)
tree7a0f2666f4d733644c854f13c2db925d54b9163e /blocks.h
parent683ec57ed05f2b6fd279a54860666583a2878a2f (diff)
Show clock
Diffstat (limited to 'blocks.h')
-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.