Display the stats of your AMD GPU
§Configuration
Key | Values | Default |
device | The device in /sys/class/drm/ to read from. | Any AMD card |
format | A string to customise the output of this block. See below for available placeholders. | " $icon $utilization " |
format_alt | If set, block will switch between format and format_alt on every click | None |
interval | Update interval in seconds | 5 |
Placeholder | Value | Type | Unit |
icon | A static icon | Icon | - |
utilization | GPU utilization | Number | % |
vram_total | Total VRAM | Number | Bytes |
vram_used | Used VRAM | Number | Bytes |
vram_used_percents | Used VRAM / Total VRAM | Number | % |
Action | Description | Default button |
toggle_format | Toggles between format and format_alt | Left |
§Example
[[block]]
block = "amd_gpu"
format = " $icon $utilization "
format_alt = " $icon MEM: $vram_used_percents ($vram_used/$vram_total) "
interval = 1
§Icons Used