Add bar config struct and defaults

This commit is contained in:
Drew DeVault 2015-11-29 17:02:09 -05:00
parent 3f950b6e52
commit 4f89735fc4
3 changed files with 56 additions and 1 deletions

View file

@ -16,6 +16,8 @@ enum cmd_status {
// Config Blocks
CMD_BLOCK_END,
CMD_BLOCK_MODE,
CMD_BLOCK_BAR,
CMD_BLOCK_BAR_COLORS
};
/**