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
3865d062
Commit
3865d062
authored
Dec 19, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix spelling errors
parent
0770a40f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
neofetch
neofetch
+10
-10
neofetch.1
neofetch.1
+4
-4
No files found.
neofetch
View file @
3865d062
...
@@ -886,7 +886,7 @@ get_cpu() {
...
@@ -886,7 +886,7 @@ get_cpu() {
cpu=
"
$cpu
@
${
speed
}
GHz
$temp
"
cpu=
"
$cpu
@
${
speed
}
GHz
$temp
"
fi
fi
# Remove uneeded patterns from cpu output
# Remove un
n
eeded patterns from cpu output
cpu=
"
${
cpu
//(TM)
}
"
cpu=
"
${
cpu
//(TM)
}
"
cpu=
"
${
cpu
//(tm)
}
"
cpu=
"
${
cpu
//(tm)
}
"
cpu=
"
${
cpu
//(R)
}
"
cpu=
"
${
cpu
//(R)
}
"
...
@@ -1149,7 +1149,7 @@ get_song() {
...
@@ -1149,7 +1149,7 @@ get_song() {
get_song_dbus
()
{
get_song_dbus
()
{
# Multiple players use an almost identical dbus command to get the information.
# Multiple players use an almost identical dbus command to get the information.
# This function saves us including the same command through
t
out the function.
# This function saves us including the same command throughout the function.
song
=
"
$(
\
song
=
"
$(
\
dbus-send
--print-reply
--dest
=
org.mpris.MediaPlayer2.
"
${
1
}
"
/org/mpris/MediaPlayer2
\
dbus-send
--print-reply
--dest
=
org.mpris.MediaPlayer2.
"
${
1
}
"
/org/mpris/MediaPlayer2
\
org.freedesktop.DBus.Properties.Get string:
'org.mpris.MediaPlayer2.Player'
string:
'Metadata'
|
\
org.freedesktop.DBus.Properties.Get string:
'org.mpris.MediaPlayer2.Player'
string:
'Metadata'
|
\
...
@@ -1210,7 +1210,7 @@ get_song() {
...
@@ -1210,7 +1210,7 @@ get_song() {
;;
;;
esac
esac
# Display Artist and Title on sep
e
rate lines.
# Display Artist and Title on sep
a
rate lines.
if
[[
"
$song_shorthand
"
==
"on"
]]
;
then
if
[[
"
$song_shorthand
"
==
"on"
]]
;
then
artist
=
"
${
song
/ -*
}
"
artist
=
"
${
song
/ -*
}
"
song
=
"
${
song
/
$artist
-
}
"
song
=
"
${
song
/
$artist
-
}
"
...
@@ -2131,7 +2131,7 @@ make_thumbnail() {
...
@@ -2131,7 +2131,7 @@ make_thumbnail() {
og_width
=
"
${
size
%% *
}
"
og_width
=
"
${
size
%% *
}
"
og_height
=
"
${
size
##*
}
"
og_height
=
"
${
size
##*
}
"
# This checks to see if height is geater than width
# This checks to see if height is g
r
eater than width
# so we can do a better crop of portrait images.
# so we can do a better crop of portrait images.
size
=
"
$og_height
"
size
=
"
$og_height
"
((
"
$og_height
"
>
"
$og_width
"
))
&&
size
=
"
$og_width
"
((
"
$og_height
"
>
"
$og_width
"
))
&&
size
=
"
$og_width
"
...
@@ -2386,7 +2386,7 @@ trim() {
...
@@ -2386,7 +2386,7 @@ trim() {
# of special characters.
# of special characters.
#
#
# The whitespace trim doesn't work with multiline strings so we use
# The whitespace trim doesn't work with multiline strings so we use
# '
${
1
//[[
:space:]]/
}
' to remove newlines be
of
re we trim the whitespace.
# '
${
1
//[[
:space:]]/
}
' to remove newlines be
fo
re we trim the whitespace.
set -f
set -f
# shellcheck disable=2086
# shellcheck disable=2086
...
@@ -2989,7 +2989,7 @@ INFO
...
@@ -2989,7 +2989,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
--ip_host url URL to query for public IP
--ip_host url URL to query for public IP
--song_shorthand on/off Print the Artist/Title on sep
e
rate lines
--song_shorthand on/off Print the Artist/Title on sep
a
rate lines
--install_time on/off Enable/Disable showing the time in Install Date output.
--install_time on/off Enable/Disable showing the time in Install Date output.
TEXT FORMATTING
TEXT FORMATTING
...
@@ -3055,15 +3055,15 @@ ASCII
...
@@ -3055,15 +3055,15 @@ ASCII
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print
--ascii_distro distro Which Distro's ascii art to print
NOTE: Arch and Ubuntu have 'old' logo vari
e
nts.
NOTE: Arch and Ubuntu have 'old' logo vari
a
nts.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
NOTE: Ubuntu has flavor vari
e
nts.
NOTE: Ubuntu has flavor vari
a
nts.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
NOTE: Arch, Crux and Gentoo have a smaller logo vari
e
nt.
NOTE: Arch, Crux and Gentoo have a smaller logo vari
a
nt.
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
...
@@ -3127,7 +3127,7 @@ exit 1
...
@@ -3127,7 +3127,7 @@ exit 1
}
}
get_args
()
{
get_args
()
{
# Check the commandline flags early for '--config none/off'
# Check the command
-
line flags early for '--config none/off'
[[
"
$@
"
=
~
--config
\
?
(
off|none
)
]]
||
get_user_config 2>/dev/null
[[
"
$@
"
=
~
--config
\
?
(
off|none
)
]]
||
get_user_config 2>/dev/null
while
[[
"
$1
"
]]
;
do
while
[[
"
$1
"
]]
;
do
...
...
neofetch.1
View file @
3865d062
...
@@ -87,7 +87,7 @@ Enable/Disable showing $SHELL version
...
@@ -87,7 +87,7 @@ Enable/Disable showing $SHELL version
URL to query for public IP
URL to query for public IP
.TP
.TP
\fB\-\-song_shorthand\fR on/off
\fB\-\-song_shorthand\fR on/off
Print the Artist/Title on sep
e
rate lines
Print the Artist/Title on sep
a
rate lines
.TP
.TP
\fB\-\-install_time\fR on/off
\fB\-\-install_time\fR on/off
Enable/Disable showing the time in Install Date output.
Enable/Disable showing the time in Install Date output.
...
@@ -204,15 +204,15 @@ Colors to print the ascii art
...
@@ -204,15 +204,15 @@ Colors to print the ascii art
\fB\-\-ascii_distro\fR distro
\fB\-\-ascii_distro\fR distro
Which Distro's ascii art to print
Which Distro's ascii art to print
.IP
.IP
NOTE: Arch and Ubuntu have 'old' logo vari
e
nts.
NOTE: Arch and Ubuntu have 'old' logo vari
a
nts.
.IP
.IP
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
.IP
.IP
NOTE: Ubuntu has flavor vari
e
nts.
NOTE: Ubuntu has flavor vari
a
nts.
.IP
.IP
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
.IP
.IP
NOTE: Arch, Crux and Gentoo have a smaller logo vari
e
nt.
NOTE: Arch, Crux and Gentoo have a smaller logo vari
a
nt.
.IP
.IP
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
.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