.files/.local/bin/lock

5 lines
203 B
Bash
Executable File

#!/usr/bin/env bash
swayidle -w timeout 15 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' &
swaylock -eFfkl -i ~/.config/sway/background.png --font "Fira Code"
pkill --newest swayidle