From 47fb2c65f30e631f59334f83f62a58d306ae130e Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Fri, 9 Jun 2023 12:41:45 -0500
Subject: update waybar for cla

---
 waybar/config | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/waybar/config b/waybar/config
index 401bbcd..d762544 100644
--- a/waybar/config
+++ b/waybar/config
@@ -11,7 +11,7 @@
 
     "modules-left":[ "wlr/workspaces", "custom/launcher", "hyprland/window"],
     "modules-center":[],
-    "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight",  "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"],
+    "modules-right":[ "mpd", "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature#cpu", "temperature#gpu", "backlight",  "network", "clock", "tray", "custom/power"],
 
     // Modules configuration
 
@@ -70,10 +70,18 @@
     "memory": {
         "format": "{}% "
     },
-    "temperature": {
+    "temperature#cpu": {
         // "thermal-zone": 2,
-        "hwmon-path": "/sys/class/hwmon/hwmon8/temp1_input",
-        "critical-threshold": 100,
+        "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
+        "critical-threshold": 80,
+        // "format-critical": "{temperatureC}°C {icon}",
+        "format": "{temperatureC}°C",
+        "format-icons": ["", "", ""]
+    },
+    "temperature#gpu": {
+        // "thermal-zone": 2,
+        "hwmon-path": "/sys/class/hwmon/hwmon1/temp2_input",
+        "critical-threshold": 110,
         // "format-critical": "{temperatureC}°C {icon}",
         "format": "{temperatureC}°C",
         "format-icons": ["", "", ""]
-- 
cgit v1.2.3