Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b492109

Browse files
committed
version: bump
1 parent 519af6c commit b492109

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

config/config.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,4 +768,4 @@ stdout="off"
768768
#
769769
# NOTE: Don't change this value, neofetch reads this to determine
770770
# how to handle backwards compatibility.
771-
config_version="3.3.1-git"
771+
config_version="3.4.0"

neofetch

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://github.com/dylanaraps/
1010

1111
# Neofetch version.
12-
version="3.3.1-git"
12+
version="3.4.0"
1313

1414
bash_version="${BASH_VERSION/.*}"
1515
sys_locale="${LANG:-C}"

neofetch.1

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
2-
.TH NEOFETCH "1" "December 2017" "Neofetch 3.3.1-git" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2+
.TH NEOFETCH "1" "April 2018" "Neofetch 3.4.0" "User Commands"
33
.SH NAME
44
Neofetch \- A fast, highly customizable system info script
55
.SH SYNOPSIS
@@ -118,6 +118,10 @@ URL to query for public IP
118118
\fB\-\-song_shorthand\fR on/off
119119
Print the Artist/Title on separate lines
120120
.TP
121+
\fB\-\-music_player\fR player\-name
122+
Manually specify a player to use.
123+
Available values are listed in the config file
124+
.TP
121125
\fB\-\-install_time\fR on/off
122126
Enable/Disable showing the time in Install Date output.
123127
.TP

0 commit comments

Comments
 (0)