mirror of
https://github.com/polybar/polybar.git
synced 2026-02-07 07:55:34 +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