aboutsummaryrefslogtreecommitdiff
path: root/neofetch/config.conf
blob: 609064863d35a6bcb388fa115ec1654b7bee2495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
    info title

    info "Distro" distro
    info "Kernel" kernel
    info "Packages" packages
    info "WM" wm
    info "Terminal" term
    info "Memory" memory
    info cols
}

distro_shorthand="off"
os_arch="off"
package_managers="on"
seperator=""
ascii_distro="arch_small"

colors=(5 0 5 4 4 7)
ascii_colors=(6 4)