#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)

# CPU thermal trips
echo "83000" > /sys/devices/virtual/thermal/thermal_zone0/trip_point_0_temp
echo "88000" > /sys/devices/virtual/thermal/thermal_zone0/trip_point_1_temp

# GPU thermal trips
echo "80000" > /sys/devices/virtual/thermal/thermal_zone1/trip_point_0_temp
echo "88000" > /sys/devices/virtual/thermal/thermal_zone1/trip_point_1_temp
