https://github.com/fbjorn/i3lock-fab
i3lock wrapper setting random image every time you lock the computer
https://github.com/fbjorn/i3lock-fab
i3 i3lock multimonitor wallpaper
Last synced: 8 months ago
JSON representation
i3lock wrapper setting random image every time you lock the computer
- Host: GitHub
- URL: https://github.com/fbjorn/i3lock-fab
- Owner: fbjorn
- License: mit
- Created: 2017-09-07T15:38:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T14:19:46.000Z (over 6 years ago)
- Last Synced: 2025-01-28T17:08:18.502Z (8 months ago)
- Topics: i3, i3lock, multimonitor, wallpaper
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fabulous wrapper over i3lock.
Key differences:
- ##### Set up random image as wallpaper every time you lock the computer
By default it crawls random image from reddit's [r/wallpaper](https://www.reddit.com/r/wallpaper/)
- ##### Enable multimonitor support
Background image fits correctly in all your monitors ecsaping ugly tiling
### Requirements:
- i3lock
- ImageMagic```bash
sudo apt-get install imagemagick i3lock
```### Installation:
```bash
pip install i3lockfab
```### Usage:
Replace `i3lock` with `i3lock-fab` in your i3 config. e.g.:
```bash
bindsym $mod+l exec "i3lock-fab"
```### Configuration:
All the settings are located in `~/.i3lock-fab/conf.yaml`
You can disable image randomizer or change the pictures originThanks [@ShikherVerma](https://github.com/ShikherVerma) for idea with image resizing.