#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024 ArchR (https://github.com/archr-linux/Arch-R)

cat <<EOF >/storage/.config/profile.d/005-thermal_path
DEVICE_TEMP_SENSOR=("/sys/devices/virtual/thermal/thermal_zone10/temp")
DEVICE_GPU_TEMP_SENSOR=("/sys/devices/virtual/thermal/thermal_zone15/temp")
EOF
