commit
0f7d4becae
25
neofetch
25
neofetch
|
@ -751,7 +751,7 @@ image_source="auto"
|
|||
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover,
|
||||
# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
|
||||
# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||
# Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||
# gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||
|
@ -4779,7 +4779,7 @@ ASCII:
|
|||
Chapeau, Chrom, Cleanjaro, ClearOS, Clear_Linux, Clover,
|
||||
Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
|
||||
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||
Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||
gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||
|
@ -6543,6 +6543,27 @@ eee eeeeeeeeee eeeeee eee
|
|||
EOF
|
||||
;;
|
||||
|
||||
"EndeavourOS"*)
|
||||
set_colors 1 5 4
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ./${c2}o${c3}.
|
||||
${c1} ./${c2}sssso${c3}-
|
||||
${c1} `:${c2}osssssss+${c3}-
|
||||
${c1} `:+${c2}sssssssssso${c3}/.
|
||||
${c1} `-/o${c2}ssssssssssssso${c3}/.
|
||||
${c1} `-/+${c2}sssssssssssssssso${c3}+:`
|
||||
${c1} `-:/+${c2}sssssssssssssssssso${c3}+/.
|
||||
${c1} `.://o${c2}sssssssssssssssssssso${c3}++-
|
||||
${c1} .://+${c2}ssssssssssssssssssssssso${c3}++:
|
||||
${c1} .:///o${c2}ssssssssssssssssssssssssso${c3}++:
|
||||
${c1} `:////${c2}ssssssssssssssssssssssssssso${c3}+++.
|
||||
${c1}`-////+${c2}ssssssssssssssssssssssssssso${c3}++++-
|
||||
${c1} `..-+${c2}oosssssssssssssssssssssssso${c3}+++++/`
|
||||
./++++++++++++++++++++++++++++++/:.
|
||||
`:::::::::::::::::::::::::------``
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Endless"*)
|
||||
set_colors 1 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
13
neofetch.1
13
neofetch.1
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
||||
.TH NEOFETCH "1" "December 2019" "Neofetch 6.1.0" "User Commands"
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12.
|
||||
.TH NEOFETCH "1" "January 2020" "Neofetch 6.1.0" "User Commands"
|
||||
.SH NAME
|
||||
Neofetch \- A fast, highly customizable system info script
|
||||
.SH SYNOPSIS
|
||||
|
@ -130,13 +130,18 @@ NOTE: Multiple values can be given. (\fB\-\-disk_show\fR '/' '/dev/sdc1')
|
|||
.TP
|
||||
\fB\-\-disk_subtitle\fR type
|
||||
What information to append to the Disk subtitle.
|
||||
Takes: name, mount, dir
|
||||
Takes: name, mount, dir, none
|
||||
.IP
|
||||
\&'name' shows the disk's name (sda1, sda2, etc)
|
||||
.IP
|
||||
\&'mount' shows the disk's mount point (/, \fI\,/mnt/Local\/\fP Disk, etc)
|
||||
.IP
|
||||
\&'dir' shows the basename of the disks's path. (/, Local Disk, etc)
|
||||
.IP
|
||||
\&'none' shows only 'Disk' or the configured title.
|
||||
.TP
|
||||
\fB\-\-disk_percent\fR on/off
|
||||
Hide/Show disk percent.
|
||||
.TP
|
||||
\fB\-\-ip_host\fR url
|
||||
URL to query for public IP
|
||||
|
@ -287,7 +292,7 @@ BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
|
|||
Chapeau, Chrom, Cleanjaro, ClearOS, Clear_Linux, Clover,
|
||||
Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
|
||||
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||
Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||
gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||
|
|
Reference in New Issue