# 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 }