mirror of
https://github.com/polybar/polybar.git
synced 2026-03-16 05:08:30 +00:00
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