Awesome
i3lock-fancy-rapid
A faster implementation of i3lock-fancy. It is blazing fast and provides a fully configurable box blur. It uses linear-time box blur and accelerates using OpenMP.
Demo
Build
Make sure you have installed the following dependencies and run
git clone https://github.com/yvbbrjdr/i3lock-fancy-rapid
cd i3lock-fancy-rapid
make
Usage
i3lock-fancy-rapid radius times [OPTIONS]
radius
is the kernel radius of box blurtimes
is the number of times box blur is applied (pixel
for pixelation)OPTIONS
will be passed toi3lock
The above demo uses i3lock-fancy-rapid 5 3
.