fix: waybar | fix temperature sensors

This commit is contained in:
2026-05-06 20:57:59 +05:00
parent 3abd9da3eb
commit f8a3a12d86
2 changed files with 3 additions and 2 deletions

View File

@@ -67,8 +67,8 @@
"format": "{}% " "format": "{}% "
}, },
"temperature": { "temperature": {
// "thermal-zone": 2, "hwmon-path-abs": "/sys/devices/platform/coretemp.0/hwmon",
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "input-filename": "temp1_input",
"critical-threshold": 80, "critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}", // "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C", "format": "{temperatureC}°C",

View File

@@ -3,6 +3,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
awscli2 awscli2
btop btop
lm_sensors
zoxide zoxide
unzip unzip
tmux tmux