fix: waybar | fix temperature sensors
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
awscli2
|
awscli2
|
||||||
btop
|
btop
|
||||||
|
lm_sensors
|
||||||
zoxide
|
zoxide
|
||||||
unzip
|
unzip
|
||||||
tmux
|
tmux
|
||||||
|
|||||||
Reference in New Issue
Block a user