You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
443 B

#!/bin/bash
swayidle \
timeout 300 '/usr/local/bin/swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2' \
timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' \
unlock 'hyprctl dispatch dpms on'