misc: cleanup
This commit is contained in:
parent
01bd13a3b5
commit
d35574352f
4
neofetch
4
neofetch
|
@ -28,7 +28,7 @@
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
version="4.0.3"
|
version="5.0.0"
|
||||||
|
|
||||||
bash_version="${BASH_VERSION/.*}"
|
bash_version="${BASH_VERSION/.*}"
|
||||||
sys_locale="${LANG:-C}"
|
sys_locale="${LANG:-C}"
|
||||||
|
@ -156,7 +156,7 @@ uptime_shorthand="on"
|
||||||
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
|
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
|
||||||
# tiny: '908 (pacman, flatpak, snap)'
|
# tiny: '908 (pacman, flatpak, snap)'
|
||||||
# off: '908'
|
# off: '908'
|
||||||
package_managers="tiny"
|
package_managers="on"
|
||||||
|
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
||||||
.TH NEOFETCH "1" "June 2018" "Neofetch 4.0.3" "User Commands"
|
.TH NEOFETCH "1" "June 2018" "Neofetch 5.0.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
|
||||||
|
@ -23,7 +23,7 @@ For example: 'info "Memory" memory' would be '\-\-disable memory'
|
||||||
NOTE: You can supply multiple args. eg. 'neofetch \fB\-\-disable\fR cpu gpu'
|
NOTE: You can supply multiple args. eg. 'neofetch \fB\-\-disable\fR cpu gpu'
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-package_managers\fR on/off
|
\fB\-\-package_managers\fR on/off
|
||||||
Hide/Show Package Manager names.
|
Hide/Show Package Manager names . (tiny, on, off)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-os_arch\fR on/off
|
\fB\-\-os_arch\fR on/off
|
||||||
Hide/Show OS architecture.
|
Hide/Show OS architecture.
|
||||||
|
@ -260,8 +260,6 @@ Whether or not to bold the ascii logo.
|
||||||
.TP
|
.TP
|
||||||
\fB\-L\fR, \fB\-\-logo\fR
|
\fB\-L\fR, \fB\-\-logo\fR
|
||||||
Hide the info text and only show the ascii logo.
|
Hide the info text and only show the ascii logo.
|
||||||
.IP
|
|
||||||
Possible values: bar, infobar, barinfo, off
|
|
||||||
.SS "IMAGE:"
|
.SS "IMAGE:"
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-loop\fR
|
\fB\-\-loop\fR
|
||||||
|
|
Reference in New Issue