Files
2026-03-31 20:13:15 +08:00

9 lines
286 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
# 5分钟锁屏10分钟熄屏20分钟休眠
exec swayidle -w \
timeout 600 'hyprlock -c ~/.config/niri/hyprlock.conf &' \
timeout 900 'niri msg action power-off-monitors' \
resume 'niri msg action power-on-monitors' \
timeout 1800 'systemctl suspend'