dotfiles/.config/waybar/modules/temperature-gpu.jsonc
2024-06-19 20:26:19 +02:00

12 lines
353 B
JSON

{
"temperature#gpu": {
"critical-threshold": 80,
"on-click": "kitty --class center-float-large nvtop",
"hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
"format-critical": "{icon} {temperatureC}°C",
"format": "{icon} {temperatureC}°C",
"format-icons": ["", "", ""],
"tooltip": true,
"interval": 2,
},
}