1
0
Dotfiles/.config/hypr/hypridle.conf
2025-01-21 06:42:04 -05:00

24 lines
620 B
Plaintext

source /home/$USER/.cache/wal/colors-hyprland
general {
lock_cmd = pidof hyprlock || hyprlock
ignore_dbus_inhibit = /opt/spotify/spotify
}
listener {
timeout = 270
on-timeout = source /home/eli/.cache/wal/colors.sh && notify-send "System" "You are about to be locked out!" -i $wallpaper
}
listener {
timeout = 300
on-timeout = loginctl lock-session
on-resume = sleep 2 && source /home/eli/.cache/wal/colors.sh && notify-send "System" "Unlocked! Hey $USER" -i $wallpaper
}
listener {
timeout = 1200
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}