diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:48:16 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:48:16 +0100 |
| commit | 3d83973f2d5fe36020b1c904eba4a4e845f51667 (patch) | |
| tree | 7a0f2666f4d733644c854f13c2db925d54b9163e /blocks.h | |
| parent | 683ec57ed05f2b6fd279a54860666583a2878a2f (diff) | |
Show clock
Diffstat (limited to 'blocks.h')
| -rw-r--r-- | blocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
