This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/scripts/lock.sh
2018-08-01 21:39:52 +03:00

7 lines
125 B
Bash
Executable File

#!/bin/bash
scrot -m -z /tmp/lock.png
convert /tmp/lock.png -paint 1 /tmp/lock.png
i3lock -e -f -c 000000 -i /tmp/lock.png