This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathneofetch.conf
251 lines (196 loc) · 5.01 KB
/
neofetch.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
print_info() {
info title
prin "============"
info "OS" distro
info "Host" model
info "Kernel" kernel
info "CPU" cpu
info "Memory" memory
info "GPU" gpu
prin "============"
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Local IP" local_ip
info "Public IP" public_ip
prin "============"
info "DE" de
info "WM" wm
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
}
# Shorten the output of the kernel function.
# off: 'Linux 4.8.9-1-ARCH'
# on: '4.8.9-1-ARCH'
kernel_shorthand="off"
# Shorten the output of the distro function
distro_shorthand="off"
# Show/Hide OS Architecture.
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="off"
# Shorten the output of the uptime function
# off: '2 days, 10 hours, 3 minutes'
# on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m'
uptime_shorthand="tiny"
# Show memory pecentage in output.
# on: '1801MiB / 7881MiB (22%)'
# off: '1801MiB / 7881MiB'
memory_percent="on"
# Show/Hide Package Manager names.
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
# tiny: '908 (pacman, flatpak, snap)'
# off: '908'
package_managers="on"
# Show the path to $SHELL
# on: '/bin/bash'
# off: 'bash'
shell_path="off"
# Show $SHELL version
# on: 'bash 4.4.5'
# off: 'bash'
shell_version="on"
# CPU speed type
speed_type="bios_limit"
# CPU speed shorthand
# off: 'i7-6500U (4) @ 3.100GHz'
# on: 'i7-6500U (4) @ 3.1GHz'
speed_shorthand="on"
# Enable/Disable CPU brand in output.
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
# CPU Speed
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
cpu_speed="on"
# CPU Cores
# logical: 'Intel i7-6500U (4) @ 3.1GHz'
# physical: 'Intel i7-6500U (2) @ 3.1GHz'
# off: 'Intel i7-6500U @ 3.1GHz'
cpu_cores="logical"
# CPU Temperature
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="off"
# Enable/Disable GPU Brand
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
# Which GPU to display
gpu_type="all"
# Display refresh rate next to each monitor
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
refresh_rate="on"
# Shorten output of GTK Theme / Icons / Font
# on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]'
gtk_shorthand="off"
# Enable/Disable gtk2 Theme / Icons / Font
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Adwaita [GTK3]'
gtk2="on"
# Enable/Disable gtk3 Theme / Icons / Font
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Numix [GTK2]'
gtk3="on"
# Website to ping for the public IP
public_ip_host="http://ident.me"
# Public IP timeout.
public_ip_timeout=2
# Which disks to display.
disk_show=('/')
# Disk subtitle.
# name: 'Disk (/dev/sda1): 74G / 118G (66%)'
# mount: 'Disk (/): 74G / 118G (66%)'
# dir: 'Disk (/): 74G / 118G (66%)'
disk_subtitle="mount"
# Manually specify a music player.
music_player="auto"
# Format to display song information.
song_format="%artist%: %album% - %title%"
# Print the Artist, Album and Title on separate lines
# on: 'Artist: The Fratellis'
# 'Album: Costello Music'
# 'Song: Chelsea Dagger'
# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger'
song_shorthand="off"
# Text Colors
colors=(distro)
# Toggle bold text
bold="off"
# Enable/Disable Underline
underline_enabled="on"
# Underline character
underline_char="-"
# Info Separator
separator=":"
# Color block range
block_range=(0 7)
# Toggle color blocks
color_blocks="on"
# Color block width in spaces
block_width=2
# Color block height in lines
block_height=2
# Bar characters
bar_char_elapsed="#"
bar_char_total="-"
# Toggle Bar border
bar_border="on"
# Progress bar length in spaces
bar_length=15
# Progress bar colors
bar_color_elapsed="distro"
bar_color_total="distro"
# Info display
# Example:
# bar: '[---=======]'
# infobar: 'info [---=======]'
# barinfo: '[---=======] info'
# off: 'info'
cpu_display="off"
memory_display="off"
battery_display="off"
disk_display="off"
# Image backend.
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
image_backend="ascii"
# Image Source
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")'
image_source="auto"
# Ascii distro
# Values: 'auto', 'distro_name'
ascii_distro="auto"
# Ascii Colors
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
ascii_colors=(distro)
# Bold ascii logo
ascii_bold="on"
# Image loop
image_loop="off"
# Thumbnail directory
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
# Crop mode
crop_mode="normal"
# Crop offset
crop_offset="center"
# Image size
image_size="auto"
# Gap between image and text
gap=3
# Image offsets
yoffset=0
xoffset=0
# Image background color
background_color=
# Stdout mode
stdout="off"