From 32e37f514bcb556027982b4df4cdbf7cb740ff8f Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 6 Jan 2017 19:08:50 +0700 Subject: [PATCH] Docs: CHANGELOG --- CHANGELOG.md | 1 + neofetch | 6 +++--- neofetch.1 | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2615279d..d6335fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/neofetch b/neofetch index 7cfa322f..5b2822c0 100755 --- a/neofetch +++ b/neofetch @@ -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='{arch,crux,gentoo}_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" && "$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: Arch, Crux and Gentoo have a smaller logo variant. + NOTE: Alpine, Arch, Crux, Gentoo, OpenBSD, and Void have a smaller logo variant. - NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. + NOTE: Change this to 'alpine_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. diff --git a/neofetch.1 b/neofetch.1 index 7beca468..141243d4 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -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: Arch, Crux and Gentoo have a smaller logo variant. +NOTE: Alpine, Arch, Crux, Gentoo, OpenBSD, and Void have a smaller logo variant. .IP -NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. +NOTE: Change this to 'alpine_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.