From 8572cf9a0888e1d68428be882d755e5c23a7698e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 7 May 2017 09:55:24 +1000 Subject: [PATCH 1/9] W3m: Fix zws --- neofetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neofetch b/neofetch index 9a233032..cabe0bb2 100755 --- a/neofetch +++ b/neofetch @@ -2530,7 +2530,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 } @@ -2737,11 +2737,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 From 41e61fd4415568d0424561c0a5aafc03549793b9 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Mon, 8 May 2017 16:44:13 +0200 Subject: [PATCH 2/9] OS: Add support for Arch XFerience --- ascii/distro/arch_xferience | 19 +++++++++++++++++++ neofetch | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 ascii/distro/arch_xferience 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/neofetch b/neofetch index 9a233032..89c48681 100755 --- a/neofetch +++ b/neofetch @@ -2864,6 +2864,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" From a9e1d91f3f84a6a13ed57c08b59f0c3b7402f058 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 9 May 2017 07:54:50 +1000 Subject: [PATCH 3/9] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bb4885..9e603f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - **[@Artoriuz](https://github.com/Artoriuz)** +## Operating System + +- Added support for Arch XFerience. **[@mstraube](https://github.com/mstraube)** + + ## General - Minimum required BASH version is now 3.2. From bd67ad1a50c7cdca6b0fd4494e26bcdee1ee634e Mon Sep 17 00:00:00 2001 From: Wilson Moura Date: Wed, 10 May 2017 15:34:17 -0300 Subject: [PATCH 4/9] Update gobolinux art --- ascii/distro/gobolinux | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/ascii/distro/gobolinux b/ascii/distro/gobolinux index cf005eb9..276d4eaa 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 +${c3} _____ _ +${c3} / ____| | | +${c3} | | __ ___ | |__ ___ +${c3} | | |_ |/ _ \| '_ \ / _ \ +${c3} | |__| | (_) | |_) | (_) | +${c3} \_____|\___/|_.__/ \___/ \ No newline at end of file From 2de3a35933a1b3042314cb99382afba8dd4aa768 Mon Sep 17 00:00:00 2001 From: Wilson Moura Date: Wed, 10 May 2017 15:38:33 -0300 Subject: [PATCH 5/9] Update Art --- ascii/distro/gobolinux | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ascii/distro/gobolinux b/ascii/distro/gobolinux index 276d4eaa..a2afa8c6 100644 --- a/ascii/distro/gobolinux +++ b/ascii/distro/gobolinux @@ -1,6 +1,6 @@ -${c3} _____ _ -${c3} / ____| | | -${c3} | | __ ___ | |__ ___ -${c3} | | |_ |/ _ \| '_ \ / _ \ -${c3} | |__| | (_) | |_) | (_) | -${c3} \_____|\___/|_.__/ \___/ \ No newline at end of file +${c1} _____ _ +/ ____| | | +| | __ ___ | |__ ___ +| | |_ |/ _ \| '_ \ / _ \ +| |__| | (_) | |_) | (_) | + \_____|\___/|_.__/ \___/ From cb98562519c760fcce28559f7e03976920d31a95 Mon Sep 17 00:00:00 2001 From: Wilson Moura Date: Wed, 10 May 2017 15:43:26 -0300 Subject: [PATCH 6/9] Update --- ascii/distro/gobolinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascii/distro/gobolinux b/ascii/distro/gobolinux index a2afa8c6..443cfbca 100644 --- a/ascii/distro/gobolinux +++ b/ascii/distro/gobolinux @@ -1,4 +1,4 @@ -${c1} _____ _ +${c1}_____ _ / ____| | | | | __ ___ | |__ ___ | | |_ |/ _ \| '_ \ / _ \ From 762820f13695e09d5064e3b66e652460986a775e Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 12 May 2017 18:42:04 +0200 Subject: [PATCH 7/9] OS: Add support for Maui --- ascii/distro/maui | 20 ++++++++++++++++++++ neofetch | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 ascii/distro/maui 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 498dfb6b..05fb8fc2 100755 --- a/neofetch +++ b/neofetch @@ -3102,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" From d5b263747d29ae5bad0bd6b64187ff10ceb4b548 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 13 May 2017 10:51:47 +1000 Subject: [PATCH 8/9] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e603f5c..40f9fd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ## Operating System - Added support for Arch XFerience. **[@mstraube](https://github.com/mstraube)** +- Added support for Maui. **[@mstraube](https://github.com/mstraube)** ## General From 256828995d36ece43abccdbaf5b9e40a40d516ac Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 13 May 2017 14:12:28 +1000 Subject: [PATCH 9/9] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f9fd89..fbc73a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - **[@erikdubois](https://github.com/erikdubois)** - **[@mstraube](https://github.com/mstraube)** - **[@Artoriuz](https://github.com/Artoriuz)** +- **[@WilsonRU](https://github.com/WilsonRU)** ## Operating System @@ -31,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