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
32e37f51
Commit
32e37f51
authored
Jan 06, 2017
by
Muhammad Herdiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: CHANGELOG
parent
4fe72250
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGELOG.md
CHANGELOG.md
+1
-0
neofetch
neofetch
+3
-3
neofetch.1
neofetch.1
+2
-2
No files found.
CHANGELOG.md
View file @
32e37f51
...
...
@@ -185,6 +185,7 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
-
Display warning about 'ascii' being the new default mode.
-
Removed
`ascii_logo_size`
in favor of
`ascii_distro='{arch,crux,gentoo}_small`
.
-
[
PCBSD
]
Use TrueOS ascii art.
-
Added Void Linux (small) and Alpine Linux (small).
## Screenshot
...
...
neofetch
View file @
32e37f51
...
...
@@ -3350,7 +3350,7 @@ old_options() {
[[
"
$speed_type
"
==
"bios"
]]
&&
err
"Config: speed_type='bios' is deprecated, use speed_type='bios_limit' instead."
# Ascii_logo_size was removed in 2.1.0.
[[
"
$ascii_logo_size
"
]]
&&
err
"Config: ascii_logo_size is deprecated, use ascii_distro='{a
rch,crux,gentoo
}_small' instead."
[[
"
$ascii_logo_size
"
]]
&&
err
"Config: ascii_logo_size is deprecated, use ascii_distro='{a
lpine,arch,crux,gentoo,openbsd,void
}_small' instead."
# $start and $end were replaced with ${block_range[@]} in 2.1.0.
[[
"
$start
"
&&
"
$end
"
]]
&&
{
err
"Config:
\$
start and
\$
end are deprecated, use block_range=(0 7) instead."
;
block_range
=(
"
$start
"
"
$end
"
)
;
}
...
...
@@ -3614,9 +3614,9 @@ ASCII:
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
NOTE: A
rch, Crux and Gentoo
have a smaller logo variant.
NOTE: A
lpine, Arch, Crux, Gentoo, OpenBSD, and Void
have a smaller logo variant.
NOTE: Change this to 'a
rch_small', 'crux_small' or 'gentoo
_small' to use the small logos.
NOTE: Change this to 'a
lpine_small', 'arch_small', 'crux_small', 'gentoo_small', 'openbsd_small', and 'void
_small' to use the small logos.
--ascii_bold on/off Whether or not to bold the ascii logo.
-L, --logo Hide the info text and only show the ascii logo.
...
...
neofetch.1
View file @
32e37f51
...
...
@@ -217,9 +217,9 @@ NOTE: Ubuntu has flavor variants.
.IP
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
.IP
NOTE: A
rch, Crux and Gentoo
have a smaller logo variant.
NOTE: A
lpine, Arch, Crux, Gentoo, OpenBSD, and Void
have a smaller logo variant.
.IP
NOTE: Change this to 'a
rch_small', 'crux_small' or 'gentoo
_small' to use the small logos.
NOTE: Change this to 'a
lpine_small', 'arch_small', 'crux_small', 'gentoo_small', 'openbsd_small', and 'void
_small' to use the small logos.
.TP
\fB\-\-ascii_bold\fR on/off
Whether or not to bold the ascii logo.
...
...
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