mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 22:43:42 +00:00
tray-offset-{x,y} were clamped between [0, max_value] rather than [-max_value, max_value]. Therefore negative percentage were ignored.
Fixes #1666