dwm/lock
2019-03-23 12:25:50 +01:00

10 lines
149 B
Bash
Executable file

#!/bin/sh
if [ -e /usr/bin/i3lock-fancy ]
then
i3lock-fancy -p -n
elif [ -e /usr/bin/i3lock ]
then
i3lock -e -b -f -i ~/.cache/lock.png
fi