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
cce40603
Commit
cce40603
authored
Jan 23, 2017
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
General: Bump version number to 3.0
parent
c3c5e12a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
neofetch
neofetch
+4
-4
neofetch.1
neofetch.1
+1
-1
No files found.
neofetch
View file @
cce40603
...
@@ -3482,16 +3482,16 @@ old_options() {
...
@@ -3482,16 +3482,16 @@ old_options() {
[[ -n "
$progress_color_elapsed
" ]] && err "
Config:
\$
progress_color_elapsed is deprecated, use
\$
bar_color_elapsed instead.
"
[[ -n "
$progress_color_elapsed
" ]] && err "
Config:
\$
progress_color_elapsed is deprecated, use
\$
bar_color_elapsed instead.
"
[[ -n "
$progress_color_total
" ]] && err "
Config:
\$
progress_color_total is deprecated, use
\$
bar_color_total instead.
"
[[ -n "
$progress_color_total
" ]] && err "
Config:
\$
progress_color_total is deprecated, use
\$
bar_color_total instead.
"
# All cpufreq values were changed in
2.1
.0.
# All cpufreq values were changed in
3
.0.
[[ "
$speed_type
" == "
current
" ]] && err "
Config:
speed_type
=
'current'
is deprecated, use
speed_type
=
'scaling_cur_freq'
instead.
"
[[ "
$speed_type
" == "
current
" ]] && err "
Config:
speed_type
=
'current'
is deprecated, use
speed_type
=
'scaling_cur_freq'
instead.
"
[[ "
$speed_type
" == "
min
" ]] && err "
Config:
speed_type
=
'min'
is deprecated, use
speed_type
=
'scaling_min_freq'
instead.
"
[[ "
$speed_type
" == "
min
" ]] && err "
Config:
speed_type
=
'min'
is deprecated, use
speed_type
=
'scaling_min_freq'
instead.
"
[[ "
$speed_type
" == "
max
" ]] && err "
Config:
speed_type
=
'max'
is deprecated, use
speed_type
=
'scaling_max_freq'
instead.
"
[[ "
$speed_type
" == "
max
" ]] && err "
Config:
speed_type
=
'max'
is deprecated, use
speed_type
=
'scaling_max_freq'
instead.
"
[[ "
$speed_type
" == "
bios
" ]] && err "
Config:
speed_type
=
'bios'
is deprecated, use
speed_type
=
'bios_limit'
instead.
"
[[ "
$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 was removed in
3
.0.
[[ "
$ascii_logo_size
" ]] && err "
Config: ascii_logo_size is deprecated, use
ascii_distro
=
'{alpine,arch,crux,gentoo,openbsd,void}_small'
instead.
"
[[ "
$ascii_logo_size
" ]] && err "
Config: ascii_logo_size is deprecated, use
ascii_distro
=
'{alpine,arch,crux,gentoo,openbsd,void}_small'
instead.
"
#
$start
and
$end
were replaced with
${
block_range
[@]
}
in
2.1
.0.
#
$start
and
$end
were replaced with
${
block_range
[@]
}
in
3
.0.
[[ "
$start
" && "
$end
" ]] && { err "
Config:
\$
start and
\$
end are deprecated, use
block_range
=(
0 7
)
instead."
;
block_range
=(
"
$start
"
"
$end
"
)
;
}
[[ "
$start
" && "
$end
" ]] && { err "
Config:
\$
start and
\$
end are deprecated, use
block_range
=(
0 7
)
instead."
;
block_range
=(
"
$start
"
"
$end
"
)
;
}
# Fahrenheit support was added to CPU so the options were changed.
# Fahrenheit support was added to CPU so the options were changed.
...
@@ -3811,7 +3811,7 @@ exit 1
...
@@ -3811,7 +3811,7 @@ exit 1
}
}
version
()
{
printf
"%s"
"
\
version
()
{
printf
"%s"
"
\
Neofetch
2.1
.0
Neofetch
3
.0
Copyright (c) 2016-2017 Dylan Araps
Copyright (c) 2016-2017 Dylan Araps
...
...
neofetch.1
View file @
cce40603
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH NEOFETCH "1" "January 2017" "Neofetch
2.1
.0" "User Commands"
.TH NEOFETCH "1" "January 2017" "Neofetch
3
.0" "User Commands"
.SH NAME
.SH NAME
Neofetch \- A fast, highly customizable system info script
Neofetch \- A fast, highly customizable system info script
.SH SYNOPSIS
.SH SYNOPSIS
...
...
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