Feature: send complete config on barconfig_update
Send all the options in the bar block on the barconfig_update event. This will eventually allow for dynamically updating bar colors with the `reload` command.
This commit is contained in:
committed by
Michael Stapelberg
parent
ab0fae400b
commit
2f42fe61d9
@ -317,9 +317,9 @@ void ungrab_all_keys(xcb_connection_t *conn);
|
||||
|
||||
/**
|
||||
* Sends the current bar configuration as an event to all barconfig_update listeners.
|
||||
* This update mechnism currently only includes the hidden_state and the mode in the config.
|
||||
*
|
||||
*/void update_barconfig();
|
||||
*/
|
||||
void update_barconfig();
|
||||
|
||||
/**
|
||||
* Kills the configerror i3-nagbar process, if any.
|
||||
|
Reference in New Issue
Block a user