Files
omarchy/migrations/1754136581.sh
2025-08-02 22:00:57 +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