dotfiles/.config/i3/i3lock_script.sh
2019-12-29 14:58:33 -03:00

7 lines
108 B
Bash
Executable File

#!/bin/bash
scrot /tmp/screen.png
xwobf -s 11 /tmp/screen.png
i3lock -i /tmp/screen.png
rm /tmp/screen.png