swaynag: refactor {sway_,}nagbar to swaynag

This commit is contained in:
Brian Ashworth 2018-07-28 23:15:12 -04:00
parent 6124d0f9a2
commit a6145914c6
10 changed files with 415 additions and 411 deletions

View file

@ -2,8 +2,8 @@ executable(
'swaynag', [
'config.c',
'main.c',
'nagbar.c',
'render.c',
'swaynag.c',
'types.c',
],
include_directories: [sway_inc],