diff --git a/blocks.def.h b/blocks.def.h index 4346d8b..89e9225 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,6 +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*/ + {" ", "", 1000, 0}, + {"", "status-bat", 1, 0}, {"", "status-vol", 1, 0}, @@ -13,6 +15,8 @@ static const Block blocks[] = { {"", "status-net", 1, 0}, + {" ", "", 1000, 0}, + }; //sets delimeter between status commands. NULL character ('\0') means no delimeter.