1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 19:03:59 +01:00
sway/swaybar
Ryan Dwyer 41bfd8c790 swaybar: allow null status_command
Sway sets a default status_command which runs date every second. This
patch removes this behaviour so the user can have a NULL status bar if
desired.

I had to swap swaybar's event_loop_poll and wl_display_flush so that it
would map the initial surface.
2018-10-08 22:23:55 +10:00
..
bar.c swaybar: allow null status_command 2018-10-08 22:23:55 +10:00
config.c Turn funcs() into funcs(void) 2018-09-30 14:09:05 +03:00
event_loop.c
i3bar.c swaybar: add leading comma to click event JSON 2018-10-02 14:05:51 +01:00
ipc.c
main.c
meson.build Add support for installing binaries with DT_RPATH 2018-09-30 15:37:01 +03:00
render.c swaybar: synchronize rendering to output frames 2018-09-30 10:07:33 +01:00
status_line.c