1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/modules/meta
Nolan Prochnau 06932007a0
Universal Visibility Action (#2320 cont'd) (#2426)
* 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
2021-07-07 21:43:49 +02:00
..
base.hpp Universal Visibility Action (#2320 cont'd) (#2426) 2021-07-07 21:43:49 +02:00
base.inl Universal Visibility Action (#2320 cont'd) (#2426) 2021-07-07 21:43:49 +02:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
factory.hpp modules: Fix resolving of type of disabled modules 2020-11-26 20:53:53 +01:00
inotify_module.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
static_module.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00
timer_module.hpp Add compiler warning for missing override specifier (#2341) 2021-01-04 10:38:43 +01:00