mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Move CPU Usage to its own function
This commit is contained in:
@@ -99,10 +99,14 @@ shell_version="off"
|
||||
# scaling_current, scaling_min, scaling_max
|
||||
speed_type="max"
|
||||
|
||||
# CPU Display
|
||||
# Set shorthand setting and progress bar setting
|
||||
# --cpu_display (name, speed, tiny, on, off) (bar, infobar, barinfo, off)
|
||||
# CPU Shorthand
|
||||
# Set shorthand setting
|
||||
# --cpu_shorthand name, speed, tiny, on, off
|
||||
cpu_shorthand="off"
|
||||
|
||||
# CPU Usage display
|
||||
# Set CPU usage display setting
|
||||
# --cpu_display bar, infobar, barinfo, off
|
||||
cpu_display="off"
|
||||
|
||||
# CPU Cores
|
||||
@@ -111,6 +115,7 @@ cpu_display="off"
|
||||
cpu_cores="on"
|
||||
|
||||
|
||||
|
||||
# GPU
|
||||
|
||||
# Shorten output of the getgpu funcion
|
||||
|
||||
Reference in New Issue
Block a user