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
5e377cd5
Commit
5e377cd5
authored
May 22, 2020
by
Dylan Araps
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:dylanaraps/neofetch
parents
c160c073
027c80ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
7 deletions
+63
-7
neofetch
neofetch
+61
-5
neofetch.1
neofetch.1
+2
-2
No files found.
neofetch
View file @
5e377cd5
...
@@ -774,8 +774,8 @@ image_source="auto"
...
@@ -774,8 +774,8 @@ image_source="auto"
# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
# NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
# NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
# OpenStage, OpenWrt, osmc, Oracle,
PacBSD, Parabola, Pardus, Parrot
,
# OpenStage, OpenWrt, osmc, Oracle,
OS Elbrus, PacBSD, Parabola, Pardus
,
# Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
# Par
rot, Par
six, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
...
@@ -958,6 +958,12 @@ get_distro() {
...
@@ -958,6 +958,12 @@ get_distro() {
*) distro="Siduction ($(lsb_release -sic))"
*) distro="Siduction ($(lsb_release -sic))"
esac
esac
elif [[ -f /etc/mcst_version ]]; then
case $distro_shorthand in
on|tiny) distro="OS Elbrus" ;;
*) distro="OS Elbrus $(< /etc/mcst_version)"
esac
elif type -p pveversion >/dev/null; then
elif type -p pveversion >/dev/null; then
case $distro_shorthand in
case $distro_shorthand in
on|tiny) distro="Proxmox VE" ;;
on|tiny) distro="Proxmox VE" ;;
...
@@ -1594,7 +1600,7 @@ get_shell() {
...
@@ -1594,7 +1600,7 @@ get_shell() {
shell+=${BASH_VERSION/-*}
shell+=${BASH_VERSION/-*}
;;
;;
sh|ash|dash) ;;
sh|ash|dash
|es
) ;;
*ksh)
*ksh)
shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")
shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")
...
@@ -2387,6 +2393,10 @@ get_gpu() {
...
@@ -2387,6 +2393,10 @@ get_gpu() {
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
;;
;;
*"MCST"*)
gpu="${gpu/*MCST*MGA2*/MCST MGA2}"
;;
*"VirtualBox"*)
*"VirtualBox"*)
gpu="VirtualBox Graphics Adapter"
gpu="VirtualBox Graphics Adapter"
;;
;;
...
@@ -4854,8 +4864,8 @@ ASCII:
...
@@ -4854,8 +4864,8 @@ ASCII:
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
OpenStage, OpenWrt, osmc, Oracle,
PacBSD, Parabola, Pardus, Parrot
,
OpenStage, OpenWrt, osmc, Oracle,
OS Elbrus, PacBSD, Parabola, Pardus
,
Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
Par
rot, Par
six, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
...
@@ -8403,6 +8413,26 @@ ${c1}
...
@@ -8403,6 +8413,26 @@ ${c1}
EOF
EOF
;;
;;
"OS Elbrus"*)
set_colors 4 7 3
read -rd '' ascii_data <<'EOF'
${c1} ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
██▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██
██ ██
██ ███████ ███████ ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██
██ ██ ███████ ███████
██ ██ ██
██ ██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██
██ ██
███████████████████████████
EOF
;;
"PacBSD"*)
"PacBSD"*)
set_colors 1 7 3
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
...
@@ -10181,6 +10211,31 @@ ${c3}#######${c2}#${c1}#####${c2}#${c3}#######
...
@@ -10181,6 +10211,31 @@ ${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
${c3} #####${c2}#######${c3}#####
EOF
EOF
;;
;;
"Profelis SambaBOX"* | "SambaBOX"*)
set_colors 3 6
read -rd '' ascii_data <<'EOF'
${c1}
#
*////#####
/////////#########(
.((((((///// ,####(#(((((
/#######(((* (#(((((((((.
//((#(#(#, ((##( ,((((((//
////// #(##########( //////
////// ((#(#(#(#(##########(/////////
/////( (((((((#########(##((((((/////
/(((#( ((((/
####(# ((###
#########(((/////////(((((((((, (#(#(
########( /////////(((((((* #####
####///, *////((( (((((((
./////////// .//(((((((((
///////////, *(/////((((*
,/(((((((((##########/.
.((((((#######
((##*
EOF
;;
"SunOS")
"SunOS")
set_colors 3 7
set_colors 3 7
...
@@ -10220,6 +10275,7 @@ oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+
...
@@ -10220,6 +10275,7 @@ oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+
.odNm+ /dNms.
.odNm+ /dNms.
EOF
EOF
;;
;;
esac
esac
;;
;;
esac
esac
...
...
neofetch.1
View file @
5e377cd5
...
@@ -304,8 +304,8 @@ LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
...
@@ -304,8 +304,8 @@ LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
NuTyX, OBRevenge, OpenBSD, OpenIndiana, openmamba, OpenMandriva,
OpenStage, OpenWrt, osmc, Oracle,
PacBSD, Parabola, Pardus, Parrot
,
OpenStage, OpenWrt, osmc, Oracle,
OS Elbrus, PacBSD, Parabola, Pardus
,
Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
Par
rot, Par
six, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
...
...
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