dotfiles/files/.config/i3/bin/i3lock

7 lines
112 B
Bash
Executable File

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