Add gpu_brand to enable/disable gpu brand in output
This commit is contained in:
parent
acb9b8b0e6
commit
26fe57d376
5 changed files with 24 additions and 1 deletions
|
|
@ -122,10 +122,14 @@ cpu_cores="on"
|
|||
|
||||
# GPU
|
||||
|
||||
# Shorten output of the getgpu funcion
|
||||
# shorten output of the getgpu funcion
|
||||
# --gpu_shorthand on/off/tiny
|
||||
gpu_shorthand="on"
|
||||
|
||||
# Enable/Disable GPU Brand
|
||||
# --gpu_brand on/off
|
||||
gpu_brand="on"
|
||||
|
||||
# Resolution
|
||||
|
||||
# Display refresh rate next to each monitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue