mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 20:58:35 +01:00
fix incredibly fast timeout ;D
This commit is contained in:
parent
742d57dd1c
commit
a6c82e0b01
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user