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 MultiFormat string to customise the output of this block. See below for available placeholders. | [" $icon $utilization "] |
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 DEPRECATED | Toggles between format and format_alt | - |
next_format | Switches to the next format in the list | Left |
prev_format | Switches to the previous format in the list | Right |
§Example
[[block]]
block = "amd_gpu"
format = " $icon $utilization "
format_alt = " $icon MEM: $vram_used_percents ($vram_used/$vram_total) "
interval = 1
§Icons Used