swaybar: add leading comma to click event JSON

This commit is contained in:
Ian Fan 2018-10-02 14:04:48 +01:00
parent 90352986e0
commit 65593f49bc
2 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@ struct status_line {
struct wl_list blocks; // i3bar_block::link
bool click_events;
bool clicked;
char *buffer;
size_t buffer_size;
size_t buffer_index;