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: 6 months ago 
        JSON representation
    
A faster implementation of i3lock-fancy.
- Host: GitHub
- URL: https://github.com/yvbbrjdr/i3lock-fancy-rapid
- Owner: yvbbrjdr
- License: bsd-3-clause
- Created: 2018-10-01T17:39:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T15:58:20.000Z (over 3 years ago)
- Last Synced: 2024-11-12T00:36:27.542Z (12 months ago)
- Topics: i3, i3lock, i3wm
- Language: C
- Size: 296 KB
- Stars: 149
- Watchers: 5
- Forks: 20
- Open Issues: 7
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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

## 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)