fix incredibly fast timeout ;D

This commit is contained in:
Tyler Kelley 2024-01-16 16:13:07 -06:00
parent 742d57dd1c
commit a6c82e0b01
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ exec-once = hyprctl setcursor Bibata-Modern-Ice 24
exec-once = swww init
exec-once = waybar
exec-once = swaync
# exec-once = wallsetter
exec-once = swayidle -w timeout 150 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
$mainMod = SUPER

View File

@ -1,7 +1,7 @@
{ pkgs }:
pkgs.writeShellScriptBin "wallsetter" ''
TIMEOUT=5
TIMEOUT=120
OSRELEASE=$(cat /etc/os-release | grep nixos | shuf -n 1)
FILETYPE="l"
TRANSITION1="--transition-type wave --transition-angle 120 --transition-step 30"