dotfiles/files/.config/i3/bin/i3lock
2016-09-04 13:58:13 +02:00

6 lines
112 B
Bash
Executable file

#!/bin/bash
WPDIR=~/Images/wallpapers/
WALLPAPER=$WPDIR/wallpaper_lock.png
/usr/bin/i3lock -tefi "$WALLPAPER"