• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    C
  • License
    BSD 3-Clause "New...
  • Created about 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A faster implementation of i3lock-fancy.

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 blur
  • times is the number of times box blur is applied (pixel for pixelation)
  • OPTIONS will be passed to i3lock

The above demo uses i3lock-fancy-rapid 5 3.

Dependencies

License

BSD 3-Clause