Updated.
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
# See this wiki page for more info:
|
||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
||||
print_info() {
|
||||
info title
|
||||
info underline
|
||||
# info title
|
||||
# info underline
|
||||
|
||||
# info "" distro
|
||||
info "" distro
|
||||
# info "Host" model
|
||||
info "" kernel
|
||||
# info "" kernel
|
||||
info "" uptime
|
||||
info "" packages
|
||||
info "" shell
|
||||
info "" shell
|
||||
# info "Resolution" resolution
|
||||
info "" wm
|
||||
# info "" term
|
||||
# info "" term_font
|
||||
info "" cpu
|
||||
# info "" gpu
|
||||
info "" gpu
|
||||
info "" memory
|
||||
# info "" disk
|
||||
# info cols
|
||||
@ -29,7 +29,7 @@ kernel_shorthand="on"
|
||||
|
||||
# Distro
|
||||
distro_shorthand="off"
|
||||
os_arch="on"
|
||||
os_arch="off"
|
||||
|
||||
# Uptime
|
||||
uptime_shorthand="tiny"
|
||||
@ -63,7 +63,7 @@ refresh_rate="on"
|
||||
|
||||
# Disk
|
||||
disk_show=('/')
|
||||
disk_subtitle="name"
|
||||
disk_subtitle="mount"
|
||||
disk_percent="on"
|
||||
|
||||
# Text Options
|
||||
@ -75,56 +75,10 @@ underline_char="-"
|
||||
separator=" "
|
||||
|
||||
# Color Blocks
|
||||
|
||||
# Color block range
|
||||
# The range of colors to print.
|
||||
#
|
||||
# Default: '0', '15'
|
||||
# Values: 'num'
|
||||
# Flag: --block_range
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# Display colors 0-7 in the blocks. (8 colors)
|
||||
# neofetch --block_range 0 7
|
||||
#
|
||||
# Display colors 0-15 in the blocks. (16 colors)
|
||||
# neofetch --block_range 0 15
|
||||
block_range=(0 15)
|
||||
|
||||
# Toggle color blocks
|
||||
#
|
||||
# Default: 'on'
|
||||
# Values: 'on', 'off'
|
||||
# Flag: --color_blocks
|
||||
color_blocks="off"
|
||||
|
||||
# Color block width in spaces
|
||||
#
|
||||
# Default: '3'
|
||||
# Values: 'num'
|
||||
# Flag: --block_width
|
||||
block_width=3
|
||||
|
||||
# Color block height in lines
|
||||
#
|
||||
# Default: '1'
|
||||
# Values: 'num'
|
||||
# Flag: --block_height
|
||||
block_height=1
|
||||
|
||||
# Color Alignment
|
||||
#
|
||||
# Default: 'auto'
|
||||
# Values: 'auto', 'num'
|
||||
# Flag: --col_offset
|
||||
#
|
||||
# Number specifies how far from the left side of the terminal (in spaces) to
|
||||
# begin printing the columns, in case you want to e.g. center them under your
|
||||
# text.
|
||||
# Example:
|
||||
# col_offset="auto" - Default behavior of neofetch
|
||||
# col_offset=7 - Leave 7 spaces then print the colors
|
||||
col_offset="auto"
|
||||
|
||||
# Progress Bars
|
||||
|
Reference in New Issue
Block a user