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

7 lines
251 B
Bash
Raw Normal View History

2024-10-27 04:05:06 +00:00
#!/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'