From 7712e318ccfab504f347938bc0fc7d0fe47c724a Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 22 Mar 2025 11:05:53 +0100 Subject: [PATCH] addet laptop hyprpanel cpu temp --- linux/hyprpanel/laptop_hyprpanel_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/hyprpanel/laptop_hyprpanel_config.json b/linux/hyprpanel/laptop_hyprpanel_config.json index f22c4a2..6c6a782 100644 --- a/linux/hyprpanel/laptop_hyprpanel_config.json +++ b/linux/hyprpanel/laptop_hyprpanel_config.json @@ -88,5 +88,6 @@ "bar.customModules.ram.round": true, "bar.customModules.cpu.pollingInterval": 1100, "bar.customModules.ram.pollingInterval": 1100, - "bar.customModules.cpuTemp.pollingInterval": 1100 + "bar.customModules.cpuTemp.pollingInterval": 1100, + "bar.customModules.cpuTemp.sensor": "/sys/devices/pci0000:00/0000:00:08.1/0000:62:00.0/hwmon/hwmon7/temp1_input" } \ No newline at end of file