1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/components
Michael Carlberg 2fd88c4f60 feat(ipc): New message type "action:"
Adds a new message type, prefixed "action:"
that will perform the same task as mouse actions.

This could be used to control menu modules:

  echo action:menu-open-1 > /tmp/lemonbuddy_mqueue.<pid>
  echo action:menu-close > /tmp/lemonbuddy_mqueue.<pid>

Ref #84
2016-11-18 18:37:53 +01:00
..
bar.hpp fix: Bottom strut relative to screen 2016-11-15 02:28:42 +01:00
builder.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
command_line.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
config.hpp feat(config): Default reference values 2016-11-18 18:04:24 +01:00
controller.hpp feat(ipc): New message type "action:" 2016-11-18 18:37:53 +01:00
eventloop.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
ipc.hpp feat(ipc): New message type "action:" 2016-11-18 18:37:53 +01:00
logger.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
parser.hpp wip: Separate source from definitions 2016-11-03 12:54:32 +01:00
signals.hpp fix(tray): Avoid tray redraw on bar update 2016-11-15 01:00:51 +01:00
types.hpp fix: Bottom strut relative to screen 2016-11-15 02:28:42 +01:00