furmark heater
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
brightness = 0.9;
|
||||
};
|
||||
};
|
||||
misc = {
|
||||
key_press_enables_dpms = true;
|
||||
mouse_move_enables_dpms = true;
|
||||
};
|
||||
"$mainMod" = "SUPER";
|
||||
bind = [
|
||||
"$mainMod, C, exec, alacritty"
|
||||
|
||||
@@ -18,16 +18,17 @@
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "jeremy";
|
||||
RuntimeMaxSec = 3600;
|
||||
};
|
||||
script = ''
|
||||
while true; do
|
||||
${pkgs.hashcat}/bin/hashcat -b
|
||||
done
|
||||
${pkgs.furmark}/bin/furmark --demo furmark-gl &
|
||||
hyprctl dispatch dpms off
|
||||
sleep 1h
|
||||
pkill furmark
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
|
||||
systemd.timers.heat-room = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
|
||||
Reference in New Issue
Block a user