mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Enable gpu_shorthand by default
This commit is contained in:
@@ -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
Block a user