mirror of
https://github.com/polybar/polybar.git
synced 2026-02-06 06:15:33 +00:00
Action strings now have the form '#MODULE#ACTION'
For example to trigger the action 'toggle' in the 'module/date' module
one would now use '%{A1:#date#toggle:}'
With this action strings can now be uniquely assigned to one module.
Fixes #1172