summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-11-29 17:02:09 -0500
committerDrew DeVault <[email protected]>2015-11-29 17:05:04 -0500
commit4f89735fc4d33cb19d97fba253708da8dfe14210 (patch)
tree799754ced938aec650f0a1bc488be58d0c890918 /include/commands.h
parent3f950b6e526baaf719f5a7b5d7085f6468b16b29 (diff)
Add bar config struct and defaults
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 2 insertions, 0 deletions
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
};
/**