Awful lock screen; another i3lock wrapper
- Cache image with blur and vignette effects
- Capture screenshot with blur and vignette effects
- Lock screen
- i3lock-color (git) - i3lock fork with additional features
- ffmpeg - Image effects and screen capture
- xrandr - Display info
- xdpyinfo - Total resolution
git clone https://github.com/jeffmhubbard/awful
cd awful
sudo install -Dm 755 awful /usr/bin/awful
Copy the example config to ~/.config/awful/config
. Edit.
Update image cache:
awful --update PATH
PATH to wallpaper image.
Lock screen:
awful --lock
Capture screen and lock:
awful --capture
Additional arguments:
awful -l -- --indicator
Use xss-lock
xset s 600 180 &
xss-lock -l -- awful --lock &