Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yvbbrjdr/i3lock-fancy-rapid

A faster implementation of i3lock-fancy.
https://github.com/yvbbrjdr/i3lock-fancy-rapid

i3 i3lock i3wm

Last synced: 2 months ago
JSON representation

A faster implementation of i3lock-fancy.

Awesome Lists containing this project

README

        

# i3lock-fancy-rapid

A faster implementation of [i3lock-fancy](https://github.com/meskarune/i3lock-fancy). It is blazing fast and provides a fully configurable box blur. It uses linear-time box blur and accelerates using OpenMP.

## Demo

![](demo.png)

## Build

Make sure you have installed the following dependencies and run
```bash
git clone https://github.com/yvbbrjdr/i3lock-fancy-rapid
cd i3lock-fancy-rapid
make
```

## Usage

```bash
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

- [libX11](https://www.x.org/releases/current/doc/libX11/libX11/libX11.html) for screenshot
- [i3lock](https://github.com/i3/i3lock) >= 2.12 for locking

## License

[BSD 3-Clause](LICENSE)