-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.conf
200 lines (199 loc) · 4.69 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
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
#------------------------------------------------#
# custom neofetch "The Universal Linux Society" #
# https://github.com/the-universal-linux-society #
#------------------------------------------------#
print_info() {
# info title
info underline
info "OS" distro
prin
info "Kernel" kernel
prin
info "Uptime" uptime
prin
info "Shell" shell
prin
info "DE" de
prin
info "Terminal" term
prin
info "CPU" cpu
prin
info "GPU" gpu
prin
info "Memory" memory
prin
info "GPU Driver" gpu_driver # Linux/macOS only
prin
info "CPU Usage" cpu_usage
prin
info "Disk" disk
prin
info "Local IP" local_ip
# info "Public IP" public_ip
}
#########################################
# Title
title_fqdn="off"
#########################################
# Kernel
# on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="off"
#########################################
# Distro
distro_shorthand="off"
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="off"
#########################################
# Uptime
# on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m'
# off: '2 days, 10 hours, 3 minutes'
uptime_shorthand="off"
#########################################
# Memory
# on: '1801MiB / 7881MiB (22%)'
# off: '1801MiB / 7881MiB'
memory_percent="on"
# kib '1020928KiB / 7117824KiB'
# mib '1042MiB / 6951MiB'
# gib: ' 0.98GiB / 6.79GiB'
memory_unit="gib"
########################################
# Shell
shell_path="off"
# on: 'bash 4.4.5'
# off: 'bash'
shell_version="off"
########################################
# CPU
speed_type="bios_limit"
# on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="on"
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
cpu_speed="on"
# CPU Cores
# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores)
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores)
# off: 'Intel i7-6500U @ 3.1GHz'
cpu_cores="logical"
# 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="C"
##########################################
# GPU
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
# all:
# GPU1: AMD HD 7950
# GPU2: Intel Integrated Graphics
#
# dedicated:
# GPU1: AMD HD 7950
#
# integrated:
# GPU1: Intel Integrated Graphics
gpu_type="all"
#########################################
# Resolution
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
refresh_rate="on"
#########################################
# IP Address
public_ip_host="http://ident.me"
public_ip_timeout=2
########################################
# Desktop Environment
de_version="on"
########################################
# Disk
# disk_show=('/' '/dev/sdb1'):
# 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 823G / 893G (93%)'
#
# disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)'
#
disk_show=('/')
# name: 'Disk (/dev/sda1): 74G / 118G (66%)'
# 'Disk (/dev/sdb2): 74G / 118G (66%)'
#
# mount: 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Local Disk): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 74G / 118G (66%)'
#
# dir: 'Disk (/): 74G / 118G (66%)'
# 'Disk (Local Disk): 74G / 118G (66%)'
# 'Disk (Videos): 74G / 118G (66%)'
#
# none: 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)'
disk_subtitle="mount"
# on: 'Disk (/): 74G / 118G (66%)'
# off: 'Disk (/): 74G / 118G'
disk_percent="on"
mpc_args=()
########################################
# Text Colors
colors=(distro)
bold="on"
underline_enabled="on"
underline_char="-"
########################################
# Info Separator
# separator="->": 'Shell-> bash'
# separator=" =": 'WM = dwm'
separator=" >"
########################################
# Color Blocks
block_range=(0 15)
color_blocks="on"
block_width=3
block_height=1
col_offset="auto"
########################################
# Progress Bars
bar_char_elapsed="-"
bar_char_total="="
bar_border="on"
bar_length=15
bar_color_elapsed="distro"
bar_color_total="distro"
# bar: '[---=======]'
# infobar: 'info [---=======]'
# barinfo: '[---=======] info'
# off: 'info'
cpu_display="off"
memory_display="off"
battery_display="off"
disk_display="off"
######################################
# Backend Settings
image_backend="ascii"
# Image Source
image_source="/home/neofetch.txt"
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"
######################################