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
dc49225b
Commit
dc49225b
authored
Jan 15, 2017
by
Dylan Araps
Committed by
GitHub
Jan 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into image-rewrite
parents
a4fec94c
f7223423
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
15 deletions
+27
-15
config
config/config
+11
-0
neofetch
neofetch
+8
-7
neofetch.1
neofetch.1
+8
-8
No files found.
config/config
View file @
dc49225b
...
@@ -701,3 +701,13 @@ scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
...
@@ -701,3 +701,13 @@ scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
# NOTE: If you'd like another image host to be added to Neofetch.
# NOTE: If you'd like another image host to be added to Neofetch.
# Open an issue on github.
# Open an issue on github.
image_host
=
"teknik"
image_host
=
"teknik"
# Misc Options
# Config version.
#
# NOTE: Don't change this value, neofetch reads this to determine
# how to handle backwards compatibility.
config_version
=
"2.1.0"
\ No newline at end of file
neofetch
View file @
dc49225b
...
@@ -294,6 +294,7 @@ get_model() {
...
@@ -294,6 +294,7 @@ get_model() {
model
=
"
${
model
//Undefined
}
"
model
=
"
${
model
//Undefined
}
"
model
=
"
${
model
//Default string
}
"
model
=
"
${
model
//Default string
}
"
model
=
"
${
model
//Not Specified
}
"
model
=
"
${
model
//Not Specified
}
"
model
=
"
${
model
//Type1ProductConfigId
}
"
}
}
get_title
()
{
get_title
()
{
...
@@ -3632,7 +3633,7 @@ INFO:
...
@@ -3632,7 +3633,7 @@ INFO:
--cpu_shorthand type Shorten the output of CPU
--cpu_shorthand type Shorten the output of CPU
Possible values: name, speed, tiny, on, off
Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores
--cpu_cores type Whether or not to display the number of CPU cores
Tak
es: logical, physical, off
Possible valu
es: logical, physical, off
NOTE: 'physical' doesn't work on BSD.
NOTE: 'physical' doesn't work on BSD.
...
@@ -3665,7 +3666,7 @@ INFO:
...
@@ -3665,7 +3666,7 @@ INFO:
--shell_path on/off Enable/Disable showing
\$
SHELL path
--shell_path on/off Enable/Disable showing
\$
SHELL path
--shell_version on/off Enable/Disable showing
\$
SHELL version
--shell_version on/off Enable/Disable showing
\$
SHELL version
--disk_show value Which disks to display.
--disk_show value Which disks to display.
Tak
es: '/', '/dev/sdXX', '/path/to/mount point'
Possible valu
es: '/', '/dev/sdXX', '/path/to/mount point'
NOTE: Multiple values can be given. (--disk_show '/' '/dev/sdc1')
NOTE: Multiple values can be given. (--disk_show '/' '/dev/sdc1')
...
@@ -3702,13 +3703,13 @@ BARS:
...
@@ -3702,13 +3703,13 @@ BARS:
--bar_colors num num Colors to make the bar.
--bar_colors num num Colors to make the bar.
Set in this order: elapsed, total
Set in this order: elapsed, total
--cpu_display mode Bar mode.
--cpu_display mode Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
--memory_display mode Bar mode.
--memory_display mode Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
--battery_display mode Bar mode.
--battery_display mode Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
--disk_display mode Bar mode.
--disk_display mode Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
IMAGE BACKEND:
IMAGE BACKEND:
--image_backend backend Which image backend to use.
--image_backend backend Which image backend to use.
...
@@ -3769,7 +3770,7 @@ SCREENSHOT:
...
@@ -3769,7 +3770,7 @@ SCREENSHOT:
-s, --scrot /path/to/img Take a screenshot, if path is left empty the screen-
-s, --scrot /path/to/img Take a screenshot, if path is left empty the screen-
shot function will use
\$
scrot_dir and
\$
scrot_name.
shot function will use
\$
scrot_dir and
\$
scrot_name.
-su, --upload /path/to/img Same as --scrot but uploads the scrot to a website.
-su, --upload /path/to/img Same as --scrot but uploads the scrot to a website.
--image_host
Website to upload scrots to. Takes: imgur, teknik
--image_host
imgur/teknik Website to upload scrots to.
--scrot_cmd cmd Screenshot program to launch
--scrot_cmd cmd Screenshot program to launch
OTHER:
OTHER:
...
...
neofetch.1
View file @
dc49225b
...
@@ -36,7 +36,7 @@ Possible values: name, speed, tiny, on, off
...
@@ -36,7 +36,7 @@ Possible values: name, speed, tiny, on, off
.TP
.TP
\fB\-\-cpu_cores\fR type
\fB\-\-cpu_cores\fR type
Whether or not to display the number of CPU cores
Whether or not to display the number of CPU cores
Tak
es: logical, physical, off
Possible valu
es: logical, physical, off
.IP
.IP
NOTE: 'physical' doesn't work on BSD.
NOTE: 'physical' doesn't work on BSD.
.TP
.TP
...
@@ -92,7 +92,7 @@ Enable/Disable showing $SHELL version
...
@@ -92,7 +92,7 @@ Enable/Disable showing $SHELL version
.TP
.TP
\fB\-\-disk_show\fR value
\fB\-\-disk_show\fR value
Which disks to display.
Which disks to display.
Tak
es: '/', '/dev/sdXX', '/path/to/mount point'
Possible valu
es: '/', '/dev/sdXX', '/path/to/mount point'
.IP
.IP
NOTE: Multiple values can be given. (\fB\-\-disk_show\fR '/' '/dev/sdc1')
NOTE: Multiple values can be given. (\fB\-\-disk_show\fR '/' '/dev/sdc1')
.TP
.TP
...
@@ -158,19 +158,19 @@ Set in this order: elapsed, total
...
@@ -158,19 +158,19 @@ Set in this order: elapsed, total
.TP
.TP
\fB\-\-cpu_display\fR mode
\fB\-\-cpu_display\fR mode
Bar mode.
Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
.TP
.TP
\fB\-\-memory_display\fR mode
\fB\-\-memory_display\fR mode
Bar mode.
Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
.TP
.TP
\fB\-\-battery_display\fR mode
\fB\-\-battery_display\fR mode
Bar mode.
Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
.TP
.TP
\fB\-\-disk_display\fR mode
\fB\-\-disk_display\fR mode
Bar mode.
Bar mode.
Tak
es: bar, infobar, barinfo, off
Possible valu
es: bar, infobar, barinfo, off
.SS "IMAGE BACKEND:"
.SS "IMAGE BACKEND:"
.TP
.TP
\fB\-\-image_backend\fR backend
\fB\-\-image_backend\fR backend
...
@@ -270,8 +270,8 @@ Take a screenshot, if path is left empty the screenshot function will use $scrot
...
@@ -270,8 +270,8 @@ Take a screenshot, if path is left empty the screenshot function will use $scrot
\fB\-su\fR, \fB\-\-upload\fR \fI\,/path/to/img\/\fP
\fB\-su\fR, \fB\-\-upload\fR \fI\,/path/to/img\/\fP
Same as \fB\-\-scrot\fR but uploads the scrot to a website.
Same as \fB\-\-scrot\fR but uploads the scrot to a website.
.TP
.TP
\fB\-\-image_host\fR
\fB\-\-image_host\fR
imgur/teknik
Website to upload scrots to.
Takes: imgur, teknik
Website to upload scrots to.
.TP
.TP
\fB\-\-scrot_cmd\fR cmd
\fB\-\-scrot_cmd\fR cmd
Screenshot program to launch
Screenshot program to launch
...
...
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