-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy patheldfetch.conf
112 lines (105 loc) · 2.67 KB
/
eldfetch.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
# Source: https://github.com/Chick2D/neofetch-themes/
# Do consider checking out the repository, it has a ton of great configs like this.
# Made by https://github.com/Eldyj (eldfetch)
# Customization Wiki https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
prin "《·───────────────·》◈《·──────────────·》"
info "\n \n OS" distro
info "\n \n Kernel" kernel
info "\n \n DE" de
info "\n \n WM" wm
info "\n \n Shell" shell
info "\n \n CPU" cpu
info "\n \n GPU" gpu
info "\n \n Memory" memory
prin "《·───────────────·》◈《·───────────────·》"
# prin "\n⠀\n \n \n \n ${cl7}${dot}${spacesym}${cl0}${spacesym}${dot}${spacesym}${cl1}${spacesym}${dot}${spacesym}${cl2}${spacesym}${dot}${spacesym}${cl3}${spacesym}${dot}${spacesym2}${cl4}${spacesym2}${dot}${spacesym2}${cl5}${spacesym2}${dot}${spacesym2}${cl6}${spacesym2}${dot}${spacesym2}${cl7}${spacesym2}${dot}"
}
dot="⬤ "
separator="᛬"
ascii_distro="auto"
reset="\033[0m"
gray="\033[1;90m"
red="\033[1;31m"
green="\033[1;32m"
yellow="\033[1;33m"
blue="\033[1;34m"
magenta="\033[1;35m"
cyan="\033[1;36m"
white="\033[1;37m"
spacesym="›"
spacesym2="‹"
# spacesym="─"
cl0="${gray}"
cl1="${red}"
cl2="${green}"
cl3="${yellow}"
cl4="${blue}"
cl5="${magenta}"
cl6="${cyan}"
cl7="${white}"
title_fqdn="off"
kernel_shorthand="on"
distro_shorthand="tiny"
os_arch="off"
uptime_shorthand="tiny"
memory_percent="off"
memory_unit="gib"
package_managers="on"
shell_path="off"
shell_version="off"
speed_type="bios_limit"
speed_shorthand="on"
cpu_brand="on"
cpu_speed="off"
cpu_cores="off"
cpu_temp="off"
gpu_brand="on"
gpu_type="all"
refresh_rate="on"
gtk_shorthand="on"
gtk2="on"
gtk3="on"
public_ip_host="http://ident.me"
public_ip_timeout=2
de_version="off"
disk_show=('/storage/emulated' '/' '/server')
disk_subtitle="none"
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="-"
block_range=(0 15)
color_blocks="on"
block_width=3
block_height=1s
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_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"