- to make popup better fit
- to persist the CPU temp. mon. (arch forum id=282319)
This commit is contained in:
2025-11-08 08:49:23 +08:00
parent 5a24c866b4
commit 9548735a31
2 changed files with 5 additions and 4 deletions

View File

@@ -216,8 +216,8 @@ window-rule {
match title="^(图片查看器|.*记录)$" app-id="QQ" match title="^(图片查看器|.*记录)$" app-id="QQ"
match app-id="pavucontrol-qt" match app-id="pavucontrol-qt"
default-column-width { proportion 0.75; } default-column-width { proportion 0.6; }
default-window-height { proportion 0.75; } default-window-height { proportion 0.85; }
open-floating true open-floating true
} }

View File

@@ -60,7 +60,8 @@
}, },
"temperature": { "temperature": {
// "thermal-zone": 1, // "thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input", "hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
"input-filename": "temp1_input",
"critical-threshold": 80, "critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}", // "format-critical": "{temperatureC}°C {icon}",
"format": "{icon} {temperatureC}°C", "format": "{icon} {temperatureC}°C",
@@ -95,4 +96,4 @@
], ],
"interval": 1 "interval": 1
} }
} }