diff options
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ //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-mailbox", 180, 12 }, { "", "sb-mpd", 1, 11 }, + { "", "sb-mailbox", 120, 12 }, { "", "sb-forecast", 3600, 11 }, { "", "sb-cpu", 1, 12 }, { "", "sb-memory", 5, 12 }, @@ -36,8 +36,8 @@ static const Block blocks[] = { }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *predelim = ""; -static char *postdelim = " | "; +static char *predelim = " "; +static char *postdelim = " |"; // Have dwmblocks automatically recompile and run when you edit this file in // vim with the following line in your vimrc/init.vim: |