24 lines
620 B
Plaintext
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 = 600
|
|
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
|
|
}
|
|
|