diff options
author | Drew DeVault <[email protected]> | 2018-03-29 15:16:12 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-29 22:11:08 -0400 |
commit | 0d0ab7c5ce148bce841fa0682d04bc7b6c21b902 (patch) | |
tree | bc3dcefa0e306ac00d81a0cabbd6a0404d7baff6 /swaybar/meson.build | |
parent | 718502c815d0af81b4ab71fb6b86976b5403adf9 (diff) |
Implement status line
Does not yet support i3bar json protocol
Diffstat (limited to 'swaybar/meson.build')
-rw-r--r-- | swaybar/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build index 6dc7c564..d15e8b5c 100644 --- a/swaybar/meson.build +++ b/swaybar/meson.build @@ -7,6 +7,7 @@ executable( 'ipc.c', 'main.c', 'render.c', + 'status_line.c', ], include_directories: [sway_inc], dependencies: [ |