]> git.sur5r.net Git - i3/i3/commit
Make i3bar get its config from i3 via IPC
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Oct 2011 21:58:19 +0000 (22:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Oct 2011 21:58:19 +0000 (22:58 +0100)
commita5be27cb79f63b6303b65c70a79bddf44c1017d4
tree723077a5048b858ab6f75ad7d655e4917223bcf3
parent15bface10d2ebaac3f0a7b01da2c7be285a61807
Make i3bar get its config from i3 via IPC

In order to not duplicate configuration options and make stuff confusing, we
dropped the commandline flags (except for socket_path and bar_id). This means
that you *have to* specify bar_id when starting i3bar. The best way is to let
i3 start i3bar, which it will do automatically for every bar {} configuration
block it finds.
i3bar/include/config.h
i3bar/include/xcb.h
i3bar/src/config.c [new file with mode: 0644]
i3bar/src/ipc.c
i3bar/src/main.c
i3bar/src/xcb.c