Enable gpu_shorthand by default
This commit is contained in:
parent
3ea8a401bd
commit
9e7ad5c0ef
|
@ -99,7 +99,7 @@ speed_type="max"
|
|||
|
||||
# Shorten output of the getgpu funcion
|
||||
# --gpu_shorthand on/off
|
||||
gpu_shorthand="off"
|
||||
gpu_shorthand="on"
|
||||
|
||||
|
||||
# Gtk Theme / Icons
|
||||
|
|
3
fetch
3
fetch
|
@ -118,7 +118,7 @@ speed_type="max"
|
|||
|
||||
# Shorten output of the getgpu funcion
|
||||
# --gpu_shorthand on/off
|
||||
gpu_shorthand="off"
|
||||
gpu_shorthand="on"
|
||||
|
||||
|
||||
# Gtk Theme / Icons
|
||||
|
@ -912,6 +912,7 @@ getgpu () {
|
|||
gpu=${gpu/Tahiti PRO}
|
||||
gpu=${gpu/Seymour}
|
||||
gpu=${gpu/ OEM}
|
||||
gpu=${gpu/ Cape Verde}
|
||||
gpu=${gpu/ \[}
|
||||
gpu=${gpu/\]}
|
||||
|
||||
|
|
Reference in New Issue