1
0
Dotfiles/.config/hypr/hypridle.conf
2025-01-15 00:06:53 -05:00

25 lines
684 B
Plaintext

# Source the colors-hyprland file to load environment variables
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
}