#/bin/sh if [ -f "/usr/bin/swayidle" ]; then echo "swayidle is installed." swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' else echo "swayidle not installed." fi;