1
0
Fork 0
guix-home-laptop/.config/hypr/bin/lock.sh

7 lines
251 B
Bash
Executable File

#!/usr/bin/bash
swayidle -w \
timeout 300 'swaylock --effect-blur 7x5 --clock --indicator' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock --effect-blur 7x5 --clock --indicator'