From 36dba581eaee2612c05d03429304745bb68ec5d0 Mon Sep 17 00:00:00 2001 From: cordlessdev Date: Fri, 8 Sep 2023 10:04:49 +0530 Subject: [PATCH 1/3] arco linux art --- Makefile | 2 +- pfetch | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 6ec291d..ddf2a26 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ install: @install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch uninstall: - @rm -f $(DESTDIR)$(PREFIX)/bin/pfetch + @rm -f $(DESTDIR)$(PREFIX)/bin/pfetch \ No newline at end of file diff --git a/pfetch b/pfetch index d47b878..78e2bf7 100755 --- a/pfetch +++ b/pfetch @@ -74,7 +74,7 @@ log() { # # When 'log()' has executed, the cursor is then located at marker $[4]. # When 'log()' is run a second time, the next line of information is - # printed, moving the cursor to marker $[5]. + # printed, moving the cursor to marker $[5].f # # Markers $[4] and $[5] repeat all the way down through the ascii art # until there is no more information left to print. @@ -1177,13 +1177,15 @@ get_ascii() { ([Aa]rco*) read_ascii 4 <<-EOF - ${c4} /\\ - ${c4} / \\ - ${c4} / /\\ \\ - ${c4} / / \\ \\ - ${c4} / / \\ \\ - ${c4} / / _____\\ \\ - ${c4}/_/ \`----.\\_\\ + ${c4} /\ + ${c4} / \ + ${c4} / \ + ${c4} / /\ \ + ${c4} / / \ \ + ${c4} / / ___\ \ + ${c4}/__/ `--.__\ + + EOF ;; From 0b7022730cef91f1916d098c6b20584a37e7a848 Mon Sep 17 00:00:00 2001 From: cordlessdev Date: Fri, 8 Sep 2023 11:12:42 +0530 Subject: [PATCH 2/3] arco? --- README.md | 2 ++ pfetch | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b084d6b..bd2ed2c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ picture"! - **IRIX** - **SerenityOS** +## Installation + ## Configuration `pfetch` is configured through environment variables. diff --git a/pfetch b/pfetch index 78e2bf7..48ff056 100755 --- a/pfetch +++ b/pfetch @@ -74,7 +74,7 @@ log() { # # When 'log()' has executed, the cursor is then located at marker $[4]. # When 'log()' is run a second time, the next line of information is - # printed, moving the cursor to marker $[5].f + # printed, moving the cursor to marker $[5]. # # Markers $[4] and $[5] repeat all the way down through the ascii art # until there is no more information left to print. @@ -1184,8 +1184,6 @@ get_ascii() { ${c4} / / \ \ ${c4} / / ___\ \ ${c4}/__/ `--.__\ - - EOF ;; @@ -1957,4 +1955,4 @@ EOF done >&6 } -main "$@" +main "$@" \ No newline at end of file From 092e9b33a93a965c9ab1b5f76a4e2cc249d9e833 Mon Sep 17 00:00:00 2001 From: cordlessdev Date: Fri, 8 Sep 2023 11:26:20 +0530 Subject: [PATCH 3/3] arco --- pfetch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pfetch b/pfetch index 48ff056..7b86394 100755 --- a/pfetch +++ b/pfetch @@ -1177,13 +1177,13 @@ get_ascii() { ([Aa]rco*) read_ascii 4 <<-EOF - ${c4} /\ - ${c4} / \ - ${c4} / \ - ${c4} / /\ \ - ${c4} / / \ \ - ${c4} / / ___\ \ - ${c4}/__/ `--.__\ + ${c4} /\\ + ${c4} / \\ + ${c4} / \\ + ${c4} / /\\ \\ + ${c4} / / \\ \\ + ${c4} / / ___\\ \\ + ${c4}/__/ ``'--___\\ EOF ;;