From 233432587d8f7065f47fe92994d8bfbf1998110a Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Jan 2025 02:04:30 -0600 Subject: Update waybar temp sources It seems these updated after I updated the NVMe system drive. --- waybar/config | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/waybar/config b/waybar/config index d930678..146b66c 100644 --- a/waybar/config +++ b/waybar/config @@ -38,7 +38,8 @@ "18": "9", }, "persistent-workspaces": { - "eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + "DP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + //"DP-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], }, "on-scroll-up": "hyprctl dispatch split-workspace e+1", "on-scroll-down": "hyprctl dispatch split-workspace e-1", @@ -103,7 +104,7 @@ }, "temperature#cpu0": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input", "critical-threshold": 80, "format-critical": "CPU TCT {temperatureC}°C {icon}", "format": "", @@ -111,7 +112,7 @@ }, "temperature#cpu1": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon2/temp3_input", + "hwmon-path": "/sys/class/hwmon/hwmon3/temp3_input", "critical-threshold": 80, "format-critical": "CPU TCC {temperatureC}°C {icon}", "format": "", @@ -119,7 +120,7 @@ }, "temperature#gpu0": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 100, "format-critical": "GPU EDG {temperatureC}°C {icon}", "format": "", //°C @@ -127,7 +128,7 @@ }, "temperature#gpu1": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp2_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp2_input", "critical-threshold": 110, "format-critical": "GPU JUN {temperatureC}°C {icon}", "format": "", @@ -135,7 +136,7 @@ }, "temperature#gpu2": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp3_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp3_input", "critical-threshold": 105, "format-critical": "GPU MEM {temperatureC}°C {icon}", "format": "", @@ -297,7 +298,7 @@ }, "temperature#cpu0": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input", "critical-threshold": 80, "format-critical": "CPU TCT {temperatureC}°C {icon}", "format": "", @@ -305,7 +306,7 @@ }, "temperature#cpu1": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon2/temp3_input", + "hwmon-path": "/sys/class/hwmon/hwmon3/temp3_input", "critical-threshold": 80, "format-critical": "CPU TCC {temperatureC}°C {icon}", "format": "", @@ -313,7 +314,7 @@ }, "temperature#gpu0": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 100, "format-critical": "GPU EDG {temperatureC}°C {icon}", "format": "", @@ -321,7 +322,7 @@ }, "temperature#gpu1": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp2_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp2_input", "critical-threshold": 110, "format-critical": "GPU JUN {temperatureC}°C {icon}", "format": "", @@ -329,7 +330,7 @@ }, "temperature#gpu2": { // "thermal-zone": 2, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp3_input", + "hwmon-path": "/sys/class/hwmon/hwmon2/temp3_input", "critical-threshold": 105, "format-critical": "GPU MEM {temperatureC}°C {icon}", "format": "", -- cgit v1.2.3