Move bar config into its own file

This commit is contained in:
Drew DeVault 2018-03-29 17:41:02 -04:00
parent bf7a4cd0eb
commit 569b2bfd5d
5 changed files with 151 additions and 148 deletions

View file

@ -64,6 +64,7 @@ sway_sources = files(
'commands/reload.c',
'commands/workspace.c',
'config.c',
'config/bar.c',
'config/output.c',
'config/seat.c',
'config/input.c',