mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
06932007a0
* Add toggle_visible action * Add set_visible and set_invisible actions * Rename toggle_visible method to match `action_toggle_visible` -> `action_toggle_visibility` Matches with `EVENT_TOGGLE_VISIBILITY` * Update CHANGELOG * Revert #2320 IPC commands IPC commands are no longer necessary now that the actions are implemented. Changed some method permissions as well to reflect this. * Add logging and change action names - `module_toggle` - `module_show` - `module_hide` Delineate common actions to all modules with a `module_` prefix (for future actions too) * Update documentation |
||
---|---|---|
.. | ||
base.hpp | ||
base.inl | ||
event_handler.hpp | ||
event_module.hpp | ||
factory.hpp | ||
inotify_module.hpp | ||
static_module.hpp | ||
timer_module.hpp |