init
This commit is contained in:
12
waybar/modules/temperature-cpu.jsonc
Normal file
12
waybar/modules/temperature-cpu.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"temperature#cpu": {
|
||||
"critical-threshold": 90,
|
||||
"on-click": "pypr toggle btop",
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"format-critical": "{icon} {temperatureC}°C",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
"format-icons": ["", "", ""],
|
||||
"tooltip": true,
|
||||
"interval": 2,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user