i3lockfab

Multimonitor wrapper for i3lock.


Keywords
i3, i3lock, multimonitor, wallpaper
License
MIT
Install
pip install i3lockfab==0.0.3

Documentation

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
  • Enable multimonitor support
    Background image fits correctly in all your monitors ecsaping ugly tiling

Requirements:

  • i3lock
  • ImageMagic
sudo apt-get install imagemagick i3lock

Installation:

pip install i3lockfab

Usage:

Replace i3lock with i3lock-fab in your i3 config. e.g.:

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 origin

Thanks @ShikherVerma for idea with image resizing.