mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
randomWallpaper: set timer to 30mins
This commit is contained in:
parent
ea6cb86887
commit
7f381bfd28
|
@ -9,7 +9,7 @@ current_pids = {}
|
||||||
known_monitors = {}
|
known_monitors = {}
|
||||||
last_update_time = {}
|
last_update_time = {}
|
||||||
|
|
||||||
update_interval = 900 # 15 minutes in seconds
|
update_interval = 1800 # 30 minutes in seconds
|
||||||
|
|
||||||
xdg_runtime_dir = ENV["XDG_RUNTIME_DIR"]
|
xdg_runtime_dir = ENV["XDG_RUNTIME_DIR"]
|
||||||
hyprland_instance_signature = ENV["HYPRLAND_INSTANCE_SIGNATURE"]
|
hyprland_instance_signature = ENV["HYPRLAND_INSTANCE_SIGNATURE"]
|
||||||
|
@ -78,5 +78,5 @@ loop do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
sleep 3
|
sleep 5
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue