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
bf67d5be
Commit
bf67d5be
authored
Oct 26, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Remove battery options
parent
6c5eb6a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
README.md
README.md
+0
-2
neofetch
neofetch
+0
-4
neofetch.1
neofetch.1
+0
-6
No files found.
README.md
View file @
bf67d5be
...
@@ -450,8 +450,6 @@ alias neofetch2="neofetch \
...
@@ -450,8 +450,6 @@ alias neofetch2="neofetch \
--gtk3 on/off Enable/Disable gtk3 theme/icons output
--gtk3 on/off Enable/Disable gtk3 theme/icons output
--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
--battery_num num Which battery to display, default value is 'all'
--battery_shorthand on/off Whether or not each battery gets its own line/title
--ip_host url Url to ping for public IP
--ip_host url Url to ping for public IP
--song_shorthand on/off Print the Artist/Title on seperate lines
--song_shorthand on/off Print the Artist/Title on seperate lines
--birthday_shorthand on/off Shorten the output of birthday
--birthday_shorthand on/off Shorten the output of birthday
...
...
neofetch
View file @
bf67d5be
...
@@ -2913,8 +2913,6 @@ usage() { cat << EOF
...
@@ -2913,8 +2913,6 @@ usage() { cat << EOF
--gtk3 on/off Enable/Disable gtk3 theme/icons output
--gtk3 on/off Enable/Disable gtk3 theme/icons output
--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
--battery_num num Which battery to display, default value is 'all'
--battery_shorthand on/off Whether or not each battery gets its own line/title
--ip_host url Url to ping for public IP
--ip_host url Url to ping for public IP
--song_shorthand on/off Print the Artist/Title on seperate lines
--song_shorthand on/off Print the Artist/Title on seperate lines
--birthday_shorthand on/off Shorten the output of birthday
--birthday_shorthand on/off Shorten the output of birthday
...
@@ -3042,8 +3040,6 @@ getargs() {
...
@@ -3042,8 +3040,6 @@ getargs() {
--gtk3
)
gtk3
=
"
$2
"
;;
--gtk3
)
gtk3
=
"
$2
"
;;
--shell_path
)
shell_path
=
"
$2
"
;;
--shell_path
)
shell_path
=
"
$2
"
;;
--shell_version
)
shell_version
=
"
$2
"
;;
--shell_version
)
shell_version
=
"
$2
"
;;
--battery_num
)
battery_num
=
"
$2
"
;;
--battery_shorthand
)
battery_shorthand
=
"
$2
"
;;
--ip_host
)
public_ip_host
=
"
$2
"
;;
--ip_host
)
public_ip_host
=
"
$2
"
;;
--song_shorthand
)
song_shorthand
=
"
$2
"
;;
--song_shorthand
)
song_shorthand
=
"
$2
"
;;
--birthday_shorthand
)
birthday_shorthand
=
"
$2
"
;;
--birthday_shorthand
)
birthday_shorthand
=
"
$2
"
;;
...
...
neofetch.1
View file @
bf67d5be
...
@@ -85,12 +85,6 @@ Enable/Disable showing $SHELL path
...
@@ -85,12 +85,6 @@ Enable/Disable showing $SHELL path
.B \--shell_version 'on/off'
.B \--shell_version 'on/off'
Enable/Disable showing $SHELL version
Enable/Disable showing $SHELL version
.TP
.TP
.B \--battery_num 'num'
Which battery to display, default value is 'all'
.TP
.B \--battery_shorthand 'on/off'
Whether or not each battery gets its own line/title
.TP
.B \--ip_host 'url'
.B \--ip_host 'url'
URL to ping for public IP
URL to ping for public IP
.TP
.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