From 4f89735fc4d33cb19d97fba253708da8dfe14210 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 29 Nov 2015 17:02:09 -0500 Subject: Add bar config struct and defaults --- include/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/commands.h') diff --git a/include/commands.h b/include/commands.h index 9135c670..f291e7cb 100644 --- a/include/commands.h +++ b/include/commands.h @@ -16,6 +16,8 @@ enum cmd_status { // Config Blocks CMD_BLOCK_END, CMD_BLOCK_MODE, + CMD_BLOCK_BAR, + CMD_BLOCK_BAR_COLORS }; /** -- cgit v1.2.3