dotfiles/.config/i3/i3lock_script.sh
2020-03-16 11:29:15 -03:00

12 lines
263 B
Bash
Executable File

#!/bin/bash
#
# | '__/ _ \ / _` / __| Roger González
# | | | (_) | (_| \__ \ https://rogs.me
# |_| \___/ \__, |___/ https://git.rogs.me
# |___/
#
scrot /tmp/screen.png
xwobf -s 11 /tmp/screen.png
i3lock -i /tmp/screen.png
rm /tmp/screen.png