sleep
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
};
|
||||
script = ''
|
||||
${pkgs.furmark}/bin/furmark --demo furmark-gl &
|
||||
sleep 1m
|
||||
sleep 1s
|
||||
hyprctl dispatch dpms off
|
||||
sleep 1h
|
||||
sleep 2h
|
||||
pkill furmark
|
||||
'';
|
||||
};
|
||||
@@ -33,7 +33,7 @@
|
||||
systemd.timers.heat-room = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 04:00:00"; # Runs at 4:00:00 AM every day
|
||||
OnCalendar = "*-*-* 4:00:00"; # Runs at 4:00:00 AM every day
|
||||
Persistent = true; # Run immediately if a scheduled time was missed
|
||||
WakeSystem = true; # Wakes the system from suspend/hibernate
|
||||
Unit = "heat-room.service";
|
||||
|
||||
Reference in New Issue
Block a user