mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaybar: send signal to status when hiding or showing bar
This commit is contained in:
parent
f6f72cb949
commit
a29ee77411
3 changed files with 21 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ struct status_line {
|
|||
const char *text;
|
||||
struct wl_list blocks; // i3bar_block::link
|
||||
|
||||
int stop_signal;
|
||||
int cont_signal;
|
||||
|
||||
bool click_events;
|
||||
bool clicked;
|
||||
char *buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue