-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.conf
93 lines (90 loc) · 2.48 KB
/
config.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
# inspired by https://github.com/chick2d/neofetch-themes
LC_ALL=C
LANG=C
print_info() {
info " " title
prin "$(color 5)┌─────────────────────────────────────┐"
info " " model
info " " cpu
info " " gpu
info " " memory
info " " disk
prin "$(color 5)└─────────────────────────────────────┘"
prin "$(color 5)┌─────────────────────────────────────┐"
info " " distro
info " " wm
info " " shell
info " " term
info " " theme
info " " font
info " 神" uptime
prin "$(color 5)└─────────────────────────────────────┘"
prin "\n $(color 1) \n \n \n $(color 2) \n \n \n $(color 3) \n \n \n $(color 4) \n \n \n $(color 5) \n \n \n $(color 6) \n \n \n $(color 7) \n \n \n $(color 0)"
}
title_fqdn="off"
kernel_shorthand="on"
distro_shorthand="off"
os_arch="off"
uptime_shorthand="on"
memory_percent="off"
memory_unit="mib"
package_managers="on"
shell_path="on"
shell_version="off"
speed_type="bios_limit"
speed_shorthand="off"
cpu_brand="on"
cpu_speed="on"
cpu_cores="logical"
cpu_temp="off"
gpu_brand="on"
gpu_type="dedicated"
refresh_rate="off"
gtk_shorthand="off"
gtk2="on"
gtk3="on"
public_ip_host="http://ident.me"
public_ip_timeout=2
de_version="on"
disk_show=('/' '/home')
disk_subtitle="mount"
disk_percent="on"
music_player="auto"
song_format="%artist% - %album% - %title%"
song_shorthand="off"
mpc_args=()
colors=(distro)
bold="on"
underline_enabled="on"
underline_char="-"
separator=""
block_range=(0 15)
color_blocks="on"
block_width=3
block_height=1
col_offset="auto"
bar_char_elapsed="-"
bar_char_total="="
bar_border="on"
bar_length=15
bar_color_elapsed="distro"
bar_color_total="distro"
cpu_display="off"
memory_display="off"
battery_display="off"
disk_display="off"
image_backend="ascii"
image_source="auto"
ascii_distro="auto"
ascii_colors=(distro)
ascii_bold="on"
image_loop="off"
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
crop_mode="normal"
crop_offset="center"
image_size="auto"
gap=3
yoffset=0
xoffset=0
background_color=
stdout="off"