omarchy/migrations/1754136581.sh
2025-08-10 20:30:39 +02:00

7 lines
213 B
Bash

echo "Start screensaver automatically after 1 minute and stop before locking"
if ! grep -q "omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
omarchy-refresh-hypridle
omarchy-refresh-hyprlock
fi