-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfand.conf
More file actions
24 lines (22 loc) · 768 Bytes
/
Copy pathfand.conf
File metadata and controls
24 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
zones:
- sensors:
- # NZXT Kraken coolant temperature
# Stable device path: specify the hwmon directory inside the device entry
# so that fand resolves the correct hwmonX number at startup even if it
# changes across reboots.
path: /sys/devices/platform/nzxt-kraken2/hwmon
index: 1
offset: 0
fans:
- # Motherboard fan header #1
path: /sys/devices/platform/asus-ec-sensors/hwmon
index: 1
curve:
temperatures: [25, 30, 37, 40]
speeds: [55, 80, 220, 255]
- # Motherboard fan header #2
path: /sys/devices/platform/asus-ec-sensors/hwmon
index: 2
curve:
temperatures: [25, 30, 37, 40]
speeds: [55, 80, 220, 255]