yvbbrjdr / i3lock-fancy-rapid

A faster implementation of i3lock-fancy.
BSD 3-Clause "New" or "Revised" License
149 stars 20 forks source link

I3lock-fancy-rapid does not validate arguments #9

Closed deltaxflux closed 5 years ago

deltaxflux commented 5 years ago

Summary

Hey yvbbrjdr, I3lock-fancy-rapid does not validate arguments. If you set an negative radius or time strange things happen.

Steps to reproduce

./i3lock-fancy-rapid -x -y where x,y >0

Solution

Check if radius or time are >=0.

Regards,

deltaxflux

yvbbrjdr commented 5 years ago

Fixed! Thanks!