- to read proper temperature.
- to force notifications show on laptop screen without being streamed.
This commit is contained in:
2025-10-20 02:27:50 +08:00
parent ee0407750a
commit a752e3d51d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
sort=-time
layer=overlay
output=eDP-1
background-color=#1e1e2e
width=360
height=560

View File

@@ -46,8 +46,8 @@
"spacing": 12
},
"temperature": {
"thermal-zone": 1,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
// "thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{icon} {temperatureC}°C",