···
2
+
# info "\e[31m " users
4
+
info "\e[32m " kernel
5
+
info "\e[33m " shell
7
+
info "\e[35m " uptime
11
+
# Shorten the output of the kernel function.
12
+
kernel_shorthand="off"
14
+
# Shorten the output of the distro function
15
+
distro_shorthand="off"
17
+
# Show/Hide OS Architecture.
20
+
# Shorten the output of the uptime function
21
+
uptime_shorthand="on"
23
+
# Show memory pecentage in output.
26
+
# Change memory output unit ('kib', 'mib', 'gib')
29
+
# Show/Hide Package Manager names.
30
+
# Values: 'on', 'tiny' 'off'
31
+
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
32
+
# tiny: '908 (pacman, flatpak, snap)'
34
+
package_managers="tiny"
36
+
# Show the path to $SHELL
42
+
# Show $SHELL version
45
+
# Display refresh rate next to each monitor
48
+
# Show Desktop Environment version
52
+
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
53
+
# Each number represents a different part of the text in
54
+
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info'
56
+
# colors=(distro) - Text is colored based on Distro colors.
57
+
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
58
+
# colors=(4 7 7 4 7 7)
64
+
# Enable/Disable Underline
65
+
underline_enabled="on"
67
+
# Underline character (string)
73
+
# Color block range. The range of colors to print.
77
+
# Toggle color blocks
80
+
# Color block width in spaces
83
+
# Color block height in lines
87
+
# Values: 'auto', 'num'
88
+
# Number specifies how far from the left side of the terminal (in spaces) to
89
+
# begin printing the columns, in case you want to e.g. center them under your
92
+
# col_offset="auto" - Default behavior of neofetch
93
+
# col_offset=7 - Leave 7 spaces then print the colors
96
+
# Progress Bar characters
97
+
bar_char_elapsed="-"
100
+
# Toggle Progress Bar border
103
+
# Progress bar length in spaces
104
+
# Number of chars long to make the progress bars.
107
+
# Progress bar colors
108
+
# When set to distro, uses your distro's logo colors.
109
+
# Values: 'distro', 'num'
110
+
bar_color_elapsed="distro"
111
+
bar_color_total="distro"
114
+
# Display a bar with the info.
115
+
# Values: 'bar', 'infobar', 'barinfo', 'off'
117
+
# bar: '[---=======]'
118
+
# infobar: 'info [---=======]'
119
+
# barinfo: '[---=======] info'
122
+
memory_display="off"
123
+
battery_display="off"
127
+
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
128
+
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
129
+
image_backend="ascii"
133
+
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
134
+
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")'
135
+
image_source="${HOME}/.config/neofetch/ascii.txt"
137
+
# Ascii distro (Which distro's ascii art to display).
139
+
# Values: 'auto', 'distro_name'
140
+
ascii_distro="arch_small"
143
+
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
145
+
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
146
+
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
147
+
ascii_colors=(distro)
149
+
# Whether or not to bold the ascii logo.
153
+
# Setting this to on will make neofetch redraw the image constantly until
154
+
# Ctrl+C is pressed. This fixes display issues in some terminal emulators.
157
+
# Thumbnail directory
158
+
# Default: '~/.cache/thumbnails/neofetch'
159
+
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
162
+
# Values: 'normal', 'fit', 'fill'
163
+
# See this wiki page to learn about the fit and fill options.
164
+
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
168
+
# Note: Only affects 'normal' crop mode.
169
+
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
170
+
# 'east', 'southwest', 'south', 'southeast'
171
+
crop_offset="center"
174
+
# The image is half the terminal width by default.
175
+
# Values: 'auto', '00px', '00%', 'none'
178
+
# Gap between image and text. Can be a positive or negative integer
182
+
# Only works with the w3m backend.
187
+
# Image background color
188
+
# Only works with the w3m backend.
189
+
# Values: 'color', 'blue'
193
+
# Turn off all colors and disables image backend (ASCII/Image).
194
+
# Useful for piping into another command.