Fast and simple wrapper over i3lock with multiple modes.
Updates to your lockscreen happen in the background while your machine is locked, and appear the next time you lock your screen.
simplelock <mode>
Usage:
simplelock unsplash <resoultion> <query>
Example:
simplelock unsplash 1920x1080 nature,buildings
Example:
simplelock xkcd_latest
Example:
simplelock xkcd_random
Example:
simplelock custom_fetch https://my.domain/image.png
Example:
simplelock custom_file ~/Pictures/wallpapers/current.png
simplelock is a drop in replacement for i3lock.
If you are using i3wm you can edit your i3 config file and replace i3lock/blurlock etc with simplelock.
For Manjaro i3, you might have to edit the i3exit
script that
is bundled.
You can install it from source or the Arch User Repository.
Simple lock is available in the AUR.
set -e
git clone git@github.com:rhnvrm/simplelock.git
cd simplelock
mkdir -p ~/.config/simplelock
cp lock.png ~/.config/simplelock/
cp lockscreen.png ~/.config/simplelock/
install -D -m755 -t "/usr/bin" "simplelock"
- Running simplelock with
Super+L
might fail to lock in certain cases on XFCE with the whisker menu bound to open withSuper
. This is because of a known issue, you can read more about it here. It suggests usingxcape
from the Manjaro Community repo instead ofksuperkey
, which resides in the AUR.