diff --git a/waybar.d/config b/waybar.d/config
index 7be4c4b..2df0773 100644
--- a/waybar.d/config
+++ b/waybar.d/config
@@ -30,6 +30,7 @@
"custom/separator#right",
"cpu",
"memory",
+ "temperature",
"custom/separator#right",
"battery",
"custom/separator#right",
@@ -148,6 +149,13 @@
"format-charging": "{capacity:3}%",
"format-icons": ["", "", "", "", ""]
},
+ "temperature": {
+ "thermal-zone": 2,
+ "critical-threshold": 60,
+ "format-icons": ["", ""],
+ "format": "{icon}{temperatureC:3}°C"
+
+ },
"network#en0": {
"interval": 2,
"interface": "en0",
diff --git a/waybar.d/config_bslxkos02 b/waybar.d/config_bslxkos02
index 8820ac3..9384224 100644
--- a/waybar.d/config_bslxkos02
+++ b/waybar.d/config_bslxkos02
@@ -30,6 +30,7 @@
"custom/separator#right",
"cpu",
"memory",
+ "temperature",
"custom/separator#right",
// "battery",
// "custom/separator#right",
@@ -148,6 +149,12 @@
"format-charging": "{capacity:3}%",
"format-icons": ["", "", "", "", ""]
},
+ "temperature": {
+ "thermal-zone": 2,
+ "critical-threshold": 60,
+ "format-icons": ["", ""],
+ "format": "{icon}{temperatureC:2}°C"
+ },
"network#en0": {
"interval": 2,
"interface": "en0",