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
9f83da77
Commit
9f83da77
authored
Aug 17, 2017
by
Dylan Araps
Committed by
GitHub
Aug 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #806 from dylanaraps/virt
model: Changes to support Virtual Hosts
parents
ff0839ab
69012eb0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
config.conf
config/config.conf
+1
-1
travis.conf
config/travis.conf
+1
-1
neofetch
neofetch
+4
-0
No files found.
config/config.conf
View file @
9f83da77
...
@@ -9,7 +9,7 @@ print_info() {
...
@@ -9,7 +9,7 @@ print_info() {
info
underline
info
underline
info
"OS"
distro
info
"OS"
distro
info
"
Model
"
model
info
"
Host
"
model
info
"Kernel"
kernel
info
"Kernel"
kernel
info
"Uptime"
uptime
info
"Uptime"
uptime
info
"Packages"
packages
info
"Packages"
packages
...
...
config/travis.conf
View file @
9f83da77
...
@@ -5,8 +5,8 @@ print_info() {
...
@@ -5,8 +5,8 @@ print_info() {
info
title
info
title
info
underline
info
underline
info
"Model"
model
info
"OS"
distro
info
"OS"
distro
info
"Host"
model
info
"Kernel"
kernel
info
"Kernel"
kernel
info
"Uptime"
uptime
info
"Uptime"
uptime
info
"Packages"
packages
info
"Packages"
packages
...
...
neofetch
View file @
9f83da77
...
@@ -344,6 +344,10 @@ get_model() {
...
@@ -344,6 +344,10 @@ get_model() {
model
=
"
${
model
//Default string
}
"
model
=
"
${
model
//Default string
}
"
model
=
"
${
model
//Not Specified
}
"
model
=
"
${
model
//Not Specified
}
"
model
=
"
${
model
//Type1ProductConfigId
}
"
model
=
"
${
model
//Type1ProductConfigId
}
"
case
"
$model
"
in
"Standard PC"
*
)
model
=
"KVM/QEMU (
${
model
}
)"
;;
esac
}
}
get_title
()
{
get_title
()
{
...
...
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