[O] Show memory percentage, speed shorthand, refresh rate by default
This commit is contained in:
parent
08f75415eb
commit
5be5aa1b51
1 changed files with 3 additions and 3 deletions
6
neofetch
6
neofetch
|
@ -174,7 +174,7 @@ uptime_shorthand="on"
|
|||
# Example:
|
||||
# on: '1801MiB / 7881MiB (22%)'
|
||||
# off: '1801MiB / 7881MiB'
|
||||
memory_percent="off"
|
||||
memory_percent="on"
|
||||
|
||||
# Change memory output unit.
|
||||
#
|
||||
|
@ -253,7 +253,7 @@ speed_type="bios_limit"
|
|||
# Example:
|
||||
# on: 'i7-6500U (4) @ 3.1GHz'
|
||||
# off: 'i7-6500U (4) @ 3.100GHz'
|
||||
speed_shorthand="off"
|
||||
speed_shorthand="on"
|
||||
|
||||
# Enable/Disable CPU brand in output.
|
||||
#
|
||||
|
@ -356,7 +356,7 @@ gpu_type="all"
|
|||
# Example:
|
||||
# on: '1920x1080 @ 60Hz'
|
||||
# off: '1920x1080'
|
||||
refresh_rate="off"
|
||||
refresh_rate="on"
|
||||
|
||||
|
||||
# Gtk Theme / Icons / Font
|
||||
|
|
Loading…
Reference in a new issue