furmark heater

This commit is contained in:
2026-01-24 15:20:37 -05:00
parent 205a8bc029
commit 6bf275d57a
2 changed files with 17 additions and 12 deletions

View File

@@ -79,6 +79,10 @@
brightness = 0.9; brightness = 0.9;
}; };
}; };
misc = {
key_press_enables_dpms = true;
mouse_move_enables_dpms = true;
};
"$mainMod" = "SUPER"; "$mainMod" = "SUPER";
bind = [ bind = [
"$mainMod, C, exec, alacritty" "$mainMod, C, exec, alacritty"

View File

@@ -18,16 +18,17 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
User = "jeremy"; User = "jeremy";
RuntimeMaxSec = 3600;
}; };
script = '' script = ''
while true; do ${pkgs.furmark}/bin/furmark --demo furmark-gl &
${pkgs.hashcat}/bin/hashcat -b hyprctl dispatch dpms off
done sleep 1h
pkill furmark
''; '';
}; };
systemd.timers.heat-room = { systemd.timers.heat-room = {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {