From 3d83973f2d5fe36020b1c904eba4a4e845f51667 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 18 Aug 2020 16:48:16 +0100 Subject: Show clock --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-13-gbd6f