Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
52a96c5c
Unverified
Commit
52a96c5c
authored
Dec 07, 2019
by
dylan
Committed by
GitHub
Dec 07, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1358 from bgkillas/master
updated --help
parents
9911c849
46b18469
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
neofetch
neofetch
+14
-11
No files found.
neofetch
View file @
52a96c5c
...
@@ -4612,17 +4612,21 @@ ASCII:
...
@@ -4612,17 +4612,21 @@ ASCII:
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print
--ascii_distro distro Which Distro's ascii art to print
NOTE: Arch
and Ubuntu
have 'old' logo variants.
NOTE: Arch
, Ubuntu, Redhat, and Dragonfly
have 'old' logo variants.
NOTE: Use '
arch_old' or 'ubuntu
_old' to use the old logos.
NOTE: Use '
{distro name}
_old' to use the old logos.
NOTE: Ubuntu has flavor variants.
NOTE: Ubuntu has flavor variants.
NOTE: Change this to
'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME'
,
NOTE: Change this to
Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME
,
'Ubuntu-Studio' or 'Ubuntu-Budgie'
to use the flavors.
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie
to use the flavors.
NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS,
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
OpenBSD, postmarketOS, and Void have a smaller logo variant.
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
postmarketOS, and Void have a smaller logo variant.
NOTE: Use '{distro name}_small' to use the small variants.
NOTE: Use '{distro name}_small' to use the small variants.
...
@@ -6215,8 +6219,7 @@ EOF
...
@@ -6215,8 +6219,7 @@ EOF
"dragonfly_old"*)
"dragonfly_old"*)
set_colors 1 7 3
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
${c1} |
${c1} .-.
.-.
${c3} ()${c1}I${c3}()
${c3} ()${c1}I${c3}()
${c1} "==.__:-:__.=="
${c1} "==.__:-:__.=="
"==.__/~|~\__.=="
"==.__/~|~\__.=="
...
@@ -8154,7 +8157,7 @@ ${c1} PPPPPPPPPPPPPP
...
@@ -8154,7 +8157,7 @@ ${c1} PPPPPPPPPPPPPP
EOF
EOF
;;
;;
"popos_small"*)
"popos_small"*
| "pop_os_small"*
)
set_colors 6 7
set_colors 6 7
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
${c1}______
${c1}______
...
@@ -8168,7 +8171,7 @@ ${c1}______
...
@@ -8168,7 +8171,7 @@ ${c1}______
EOF
EOF
;;
;;
"Pop!_OS"*)
"Pop!_OS"*
| "popos"* | "pop_os"*
)
set_colors 6 7
set_colors 6 7
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
${c1} /////////////
${c1} /////////////
...
@@ -8508,7 +8511,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR
...
@@ -8508,7 +8511,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR
EOF
EOF
;;
;;
"redhat_old")
"redhat_old"
| "rhel_old"*
)
set_colors 1 7 3
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
${c1} `.-..........`
${c1} `.-..........`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment