version: bump
This commit is contained in:
parent
519af6c5c5
commit
b4921092c8
|
@ -768,4 +768,4 @@ stdout="off"
|
||||||
#
|
#
|
||||||
# NOTE: Don't change this value, neofetch reads this to determine
|
# NOTE: Don't change this value, neofetch reads this to determine
|
||||||
# how to handle backwards compatibility.
|
# how to handle backwards compatibility.
|
||||||
config_version="3.3.1-git"
|
config_version="3.4.0"
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -9,7 +9,7 @@
|
||||||
# https://github.com/dylanaraps/
|
# https://github.com/dylanaraps/
|
||||||
|
|
||||||
# Neofetch version.
|
# Neofetch version.
|
||||||
version="3.3.1-git"
|
version="3.4.0"
|
||||||
|
|
||||||
bash_version="${BASH_VERSION/.*}"
|
bash_version="${BASH_VERSION/.*}"
|
||||||
sys_locale="${LANG:-C}"
|
sys_locale="${LANG:-C}"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
||||||
.TH NEOFETCH "1" "December 2017" "Neofetch 3.3.1-git" "User Commands"
|
.TH NEOFETCH "1" "April 2018" "Neofetch 3.4.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
|
||||||
|
@ -118,6 +118,10 @@ URL to query for public IP
|
||||||
\fB\-\-song_shorthand\fR on/off
|
\fB\-\-song_shorthand\fR on/off
|
||||||
Print the Artist/Title on separate lines
|
Print the Artist/Title on separate lines
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-music_player\fR player\-name
|
||||||
|
Manually specify a player to use.
|
||||||
|
Available values are listed in the config file
|
||||||
|
.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.
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue