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
598056b4
Commit
598056b4
authored
Oct 03, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logo mode documentation
parent
83fd93e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
README.md
README.md
+1
-0
neofetch
neofetch
+6
-5
neofetch.1
neofetch.1
+3
-0
No files found.
README.md
View file @
598056b4
...
...
@@ -454,6 +454,7 @@ alias neofetch2="neofetch \
--ascii_logo_size Size of ascii logo.
Supported distros: Arch, Gentoo, Crux, OpenBSD.
--ascii_bold on/off Whether or not to bold the ascii logo.
--logo | -L Hide the info text and only show the ascii logo.
Screenshot:
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
...
...
neofetch
View file @
598056b4
...
...
@@ -2922,6 +2922,7 @@ usage() { cat << EOF
--ascii_logo_size Size of ascii logo.
Supported distros: Arch, Gentoo, Crux, OpenBSD.
--ascii_bold on/off Whether or not to bold the ascii logo.
--logo | -L Hide the info text and only show the ascii logo.
Screenshot:
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
...
...
@@ -3055,11 +3056,6 @@ getargs() {
;;
# Ascii
--logo
|
-L
)
image
=
"ascii"
printinfo
()
{
info linebreak
;
}
;;
--ascii
)
image
=
"ascii"
ascii
=
"
$2
"
...
...
@@ -3084,6 +3080,11 @@ getargs() {
--ascii_logo_size
)
ascii_logo_size
=
"
$2
"
;;
--ascii_bold
)
ascii_bold
=
"
$2
"
;;
--logo
|
-L
)
image
=
"ascii"
printinfo
()
{
info linebreak
;
}
;;
# Screenshot
--scrot
|
-s
)
...
...
neofetch.1
View file @
598056b4
...
...
@@ -230,6 +230,9 @@ Possible values: small, normal
.TP
.B \--ascii_bold 'on/off'
Whether or not to bold the ascii logo.
.TP
.B \--logo | -L
Hide the info text and only show the ascii logo.
.SH SCREENSHOT
.TP
...
...
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