mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add bar config struct and defaults
This commit is contained in:
parent
3f950b6e52
commit
4f89735fc4
3 changed files with 56 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ enum cmd_status {
|
|||
// Config Blocks
|
||||
CMD_BLOCK_END,
|
||||
CMD_BLOCK_MODE,
|
||||
CMD_BLOCK_BAR,
|
||||
CMD_BLOCK_BAR_COLORS
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue