diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bb4885..fbc73a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ - **[@erikdubois](https://github.com/erikdubois)** - **[@mstraube](https://github.com/mstraube)** - **[@Artoriuz](https://github.com/Artoriuz)** +- **[@WilsonRU](https://github.com/WilsonRU)** + + +## Operating System + +- Added support for Arch XFerience. **[@mstraube](https://github.com/mstraube)** +- Added support for Maui. **[@mstraube](https://github.com/mstraube)** ## General @@ -25,6 +32,7 @@ - Added Ubuntu-MATE ascii art. - Fixed ArchLabs ascii art. **[@erikdubois](https://github.com/erikdubois)** +- Updated GoboLinux ascii art. **[@WilsonRU](https://github.com/WilsonRU)** ## Info diff --git a/ascii/distro/arch_xferience b/ascii/distro/arch_xferience new file mode 100644 index 00000000..f1757f92 --- /dev/null +++ b/ascii/distro/arch_xferience @@ -0,0 +1,19 @@ +${c1} ``--:::::::-.` + .-/+++ooooooooo+++:-` + `-/+oooooooooooooooooo++:. + -/+oooooo/+ooooooooo+/ooo++:` + `/+oo++oo. .+oooooo+.-: +:-o+- + `/+o/. -o. :oooooo+ ```:.+oo+- +`:+oo- -/` :oooooo+ .`-`+oooo/. +.+ooo+. .` `://///+-+..oooooo+:` +-+ooo:` ``.-+oooooo+/` +-+oo/` :+oooo/. +.+oo: ..-/. . -+oo+/` +`/++- -:::++::/. -+oo+- + ./o: `:///+- `./ooo+:` + .++- `` /-` -:/+oooo+:` + .:+/:`` `-:ooooooo++- + ./+o+//:...../+oooooooo++:` + `:/++ooooooooooooo++/-` + `.-//++++++//:-.` + `````` diff --git a/ascii/distro/gobolinux b/ascii/distro/gobolinux index cf005eb9..443cfbca 100644 --- a/ascii/distro/gobolinux +++ b/ascii/distro/gobolinux @@ -1,13 +1,6 @@ -${c1}+Nhsssss. `MM: -${c2}MM/ ./:::/- `MMo::// ./:::/- -MM/-osdd-+mm---hNs`MM+--/Md.omd---dmo -${c3}MM/ `MM:sMm yMh`MM: .MM-yMh hMy -mM+..-MM:oNm...hNy`MM/..:Mm.sNd...dNs -${c4}`+++++oo.`-o++++:``oo++++o` `:o+++o:` - -${c1}oo- :o+ -${c2}MM/ /yo -MM/ +mh mmyoosm/`+mh omy`od+..+mo -${c3}MM/ sMm MM/ `MM:sMm yMh -dmmm: -MM/ sMm MM/ `MM:sMm yMh .hNNm. -${c4}MMhsssss.sMm MM/ `MM:-yNsssmMh`sNs-.sMs +${c1}_____ _ +/ ____| | | +| | __ ___ | |__ ___ +| | |_ |/ _ \| '_ \ / _ \ +| |__| | (_) | |_) | (_) | + \_____|\___/|_.__/ \___/ diff --git a/ascii/distro/maui b/ascii/distro/maui new file mode 100644 index 00000000..1ab9c07d --- /dev/null +++ b/ascii/distro/maui @@ -0,0 +1,20 @@ +${c1} `.-://////:--` + .:/oooooooooooooooo+:. + `:+ooooooooooooooooooooooo:` + `:oooooooooooooooooooooooooooo/` + ..```-oooooo/-`` `:oooooo+:.` `-- + :. +oo+-` /ooo/` -/ + -o. `o+- +o/` -o: +`oo` ::` :o/ `+. .+o` /oo. +/o+ . -+oo- ` /oo/ `ooo/ ++o- /ooo+` .+ooo. :ooo+ +++ .+oooo: -oooo+ `oooo+ +:. .oooooo` :ooooo- :oooo: +` .oooooo: :ooooo+ `ooo+-` + .+oooooo` -oooooo: `o/- + +oooooo: .ooooooo. + /ooooooo` /ooooooo/ .. + `:oooooooo/:::/ooooooooo+:--:/:` + `:+oooooooooooooooooooooo+:` + .:+oooooooooooooooo+:. + `.-://////:-.` diff --git a/neofetch b/neofetch index f967eb9a..05fb8fc2 100755 --- a/neofetch +++ b/neofetch @@ -2533,7 +2533,7 @@ display_image() { printf "%b\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$image\n4;\n3;" |\ "${w3m_img_path:-false}" -bg "$background_color" >/dev/null & 2>&1 || to_off "Image: w3m-img failed to display the image." - zws="​ " + zws="\xE2\x80\x8B\x20" ;; esac } @@ -2740,11 +2740,11 @@ get_underline() { get_line_break() { # Print it directly. - printf "%s\n" "${zws}" + printf "%b\n" "${zws}" # Calculate info height. ((++info_height)) - line_breaks+=$'\n' + line_breaks+="\n" # Tell info() that we printed manually. prin=1 @@ -2867,6 +2867,11 @@ get_distro_colors() { ascii_file="archlabs" ;; + *"XFerience"*) + set_colors 6 6 7 1 + ascii_file="arch_xferience" + ;; + "Arch"*) set_colors 6 6 7 1 ascii_file="arch" @@ -3097,6 +3102,11 @@ get_distro_colors() { ascii_file="manjaro" ;; + "Maui"*) + set_colors 6 7 + ascii_file="maui" + ;; + "Mer"*) set_colors 4 7 1 ascii_file="mer"