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
3b3c28cb
Unverified
Commit
3b3c28cb
authored
Oct 18, 2019
by
dylan
Committed by
GitHub
Oct 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1054 from wget/add-proxmoxve
Add Proxmox VE
parents
09f932e8
679c7397
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
neofetch
neofetch
+34
-0
No files found.
neofetch
View file @
3b3c28cb
...
@@ -868,6 +868,14 @@ get_distro() {
...
@@ -868,6 +868,14 @@ get_distro() {
"on" | "tiny") distro="Siduction" ;;
"on" | "tiny") distro="Siduction" ;;
*) distro="Siduction ($(lsb_release -sic))"
*) distro="Siduction ($(lsb_release -sic))"
esac
esac
elif type -p pveversion >/dev/null; then
case "$distro_shorthand" in
"on" | "tiny") distro="Proxmox VE" ;;
*)
distro="$(pveversion)"
distro="${distro#pve-manager/}"
distro="Proxmox VE ${distro%/*}"
esac
elif type -p lsb_release >/dev/null; then
elif type -p lsb_release >/dev/null; then
case "$distro_shorthand" in
case "$distro_shorthand" in
...
@@ -8173,6 +8181,32 @@ ${c1} /\\
...
@@ -8173,6 +8181,32 @@ ${c1} /\\
EOF
EOF
;;
;;
"Proxmox"*)
set_colors 7 202
read -rd '' ascii_data <<'EOF'
${c1} .://:` `://:.
`hMMMMMMd/ /dMMMMMMh`
`sMMMMMMMd: :mMMMMMMMs`
${c2}`-/+oo+/:${c1}`.yMMMMMMMh- -hMMMMMMMy.`${c2}:/+oo+/-`
`:oooooooo/${c1}`-hMMMMMMMyyMMMMMMMh-`${c2}/oooooooo:`
`/oooooooo:${c1}`:mMMMMMMMMMMMMm:`${c2}:oooooooo/`
./ooooooo+-${c1} +NMMMMMMMMN+ ${c2}-+ooooooo/.
.+ooooooo+-${c1}`oNMMMMNo`${c2}-+ooooooo+.
-+ooooooo/.${c1}`sMMs`${c2}./ooooooo+-
:oooooooo/${c1}`..`${c2}/oooooooo:
:oooooooo/`${c1}..${c2}`/oooooooo:
-+ooooooo/.`${c1}sMMs${c2}`./ooooooo+-
.+ooooooo+-`${c1}oNMMMMNo${c2}`-+ooooooo+.
./ooooooo+-${c1} +NMMMMMMMMN+ ${c2}-+ooooooo/.
`/oooooooo:`${c1}:mMMMMMMMMMMMMm:${c2}`:oooooooo/`
`:oooooooo/`${c1}-hMMMMMMMyyMMMMMMMh-${c2}`/oooooooo:`
`-/+oo+/:`${c1}.yMMMMMMMh- -hMMMMMMMy.${c2}`:/+oo+/-`
${c1} `sMMMMMMMm: :dMMMMMMMs`
`hMMMMMMd/ /dMMMMMMh`
`://:` `://:`
EOF
;;
"Puppy"* | "Quirky Werewolf"* | "Precise Puppy"*)
"Puppy"* | "Quirky Werewolf"* | "Precise Puppy"*)
set_colors 4 7
set_colors 4 7
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
...
...
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