From 961acd971345ab5dd44232d89a2d7c34252b5044 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sat, 3 Dec 2022 09:16:01 +0530 Subject: [PATCH 1/7] asl-keyring --- .gitignore | 1 + neofetch | 29 +++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..87e266cca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +gitpush.sh diff --git a/neofetch b/neofetch index 48b96d215..306b8b024 100755 --- a/neofetch +++ b/neofetch @@ -783,7 +783,7 @@ image_source="auto" # NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS, # Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft, # ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch, -# Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight, +# Artix, Arya, Aster, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight, # Bodhi, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, # Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, # Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin, @@ -5142,7 +5142,7 @@ ASCII: NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS, Antergos, antiX, \"AOSC OS\", \"AOSC OS/Retro\", Apricity, ArchCraft, ArcoLinux, ArchBox, ARCHlabs, ArchStrike, - XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig, + XFerience, ArchMerge, Arch, Artix, Arya, Aster, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, Chapeau, Chrom, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, Container_Linux, @@ -6227,6 +6227,31 @@ ${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy EOF ;; + "Aster"*) + set_colors 6 6 + read -rd '' ascii_data <<'EOF' +${c1} ...''... +${c1} .;oOXWMWNXXXNMMN0d:. +${c1} .oXMWOo;.. ..:oO; +${c1} ;KMWx, co, +${c1} 'KMNl dMMW. +${c1} oMMx xMMMMk +${c1} xMM: dMMMMMM; +${c1} cMMl dMMMMMMMW +${c1} NMK xMMMx::dXMx +${c1} ,MMl xMMN' .o. +${c1} cMM; dMMW' +${c1} ;MMc oMMW, +${c1} WMK dMMW, ccccccc. +${c1} lMMl oMMM; ooooooo. +${c1} OMMc ... +${c1} xMMx +${c1} ;XMN: +${c1} ,. +EOF + ;; + + "AsteroidOS"*) set_colors 160 208 202 214 read -rd '' ascii_data <<'EOF' From ef9d0886e63e090bdc618d267d046b0542404be3 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sat, 3 Dec 2022 09:17:53 +0530 Subject: [PATCH 2/7] Add Aster Logo --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 306b8b024..510cc2155 100755 --- a/neofetch +++ b/neofetch @@ -6251,7 +6251,6 @@ ${c1} ,. EOF ;; - "AsteroidOS"*) set_colors 160 208 202 214 read -rd '' ascii_data <<'EOF' From 2f741d893355ceaa42ac873cf9eed1071556d501 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sat, 3 Dec 2022 09:19:09 +0530 Subject: [PATCH 3/7] Add Aster Logo --- neofetch.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch.1 b/neofetch.1 index b90b57817..e66d6a4c9 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -304,7 +304,7 @@ Which Distro's ascii art to print NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS, Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft, ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch, -Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight, +Artix, Arya, Aster, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, Container_Linux, CRUX, Cucumber, dahlia, Debian, Deepin, DesaOS, From 3f6211aec804c394d533021fb6f02de3f224cfc6 Mon Sep 17 00:00:00 2001 From: SahanRasanjana <92189964+sahanuser@users.noreply.github.com> Date: Sat, 3 Dec 2022 09:19:28 +0530 Subject: [PATCH 4/7] Delete .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 87e266cca..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -gitpush.sh From 9fb11c44a7382ae8750943e6861695fb2744a750 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sun, 4 Dec 2022 12:19:07 +0530 Subject: [PATCH 5/7] Fix Aster whilecard matching --- neofetch | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/neofetch b/neofetch index 510cc2155..0527482ef 100755 --- a/neofetch +++ b/neofetch @@ -6227,6 +6227,29 @@ ${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy EOF ;; + "AsteroidOS"*) + set_colors 160 208 202 214 + read -rd '' ascii_data <<'EOF' +${c1} *** +${c1} ***** +${c1} ********** +${c1} *************** +${c1} *///****////****////. +${c2} (/////// /////// ///////( +${c2} /(((((//* //, //((((((. +${c2} ((((((((((( ((( (((((((( +${c2} *((((((((((((((((((((((( (((((((( +${c3} (((((#(((((((#((((( ((#((((( +${c3} (#(#(#####(#(#, ####(#(# +${c3} ######### ######## +${c3} /######## ######## +${c4} #######%####### +${c4} (#%%%%%%%# +${c4} %%%%% +${c4} %%% +EOF + ;; + "Aster"*) set_colors 6 6 read -rd '' ascii_data <<'EOF' @@ -6251,29 +6274,6 @@ ${c1} ,. EOF ;; - "AsteroidOS"*) - set_colors 160 208 202 214 - read -rd '' ascii_data <<'EOF' -${c1} *** -${c1} ***** -${c1} ********** -${c1} *************** -${c1} *///****////****////. -${c2} (/////// /////// ///////( -${c2} /(((((//* //, //((((((. -${c2} ((((((((((( ((( (((((((( -${c2} *((((((((((((((((((((((( (((((((( -${c3} (((((#(((((((#((((( ((#((((( -${c3} (#(#(#####(#(#, ####(#(# -${c3} ######### ######## -${c3} /######## ######## -${c4} #######%####### -${c4} (#%%%%%%%# -${c4} %%%%% -${c4} %%% -EOF - ;; - "Bedrock"*) set_colors 8 7 read -rd '' ascii_data <<'EOF' From d577626f57f4c14ff3cac96d619268d70a61d636 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sun, 4 Dec 2022 16:46:24 +0530 Subject: [PATCH 6/7] ADD PKGBUILD --- PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 PKGBUILD diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000..3107db27d --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,40 @@ +# Maintainer: Sahan Rasanjana +pkgname=asl-neofetch +_pkgname=asl-neofetch +pkgver=1 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/sahanuser/${pkgname}" +license=('MIT') +provides=($_pkgname) +conflicts=($_pkgname 'neofetch' 'neofetch-git') +depends=('bash') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +makedepends=('git') +source=("$pkgname::git+https://github.com/sahanuser/asl-neofetch.git") +md5sums=('SKIP') + +#pkgver() { +# cd $pkgname +# git describe --tags --long | sed -r -e 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g' +#} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install + install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/neofetch/LICENSE.md" +} From 566529f647b2e4b9903ebaed3dc17775f12721a1 Mon Sep 17 00:00:00 2001 From: sahanuser Date: Sun, 4 Dec 2022 16:51:46 +0530 Subject: [PATCH 7/7] neofetch --- PKGBUILD | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 PKGBUILD diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 3107db27d..000000000 --- a/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Maintainer: Sahan Rasanjana -pkgname=asl-neofetch -_pkgname=asl-neofetch -pkgver=1 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/sahanuser/${pkgname}" -license=('MIT') -provides=($_pkgname) -conflicts=($_pkgname 'neofetch' 'neofetch-git') -depends=('bash') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -makedepends=('git') -source=("$pkgname::git+https://github.com/sahanuser/asl-neofetch.git") -md5sums=('SKIP') - -#pkgver() { -# cd $pkgname -# git describe --tags --long | sed -r -e 's,^[^0-9]*,,;s,([^-]*-g),r\1,;s,[-_],.,g' -#} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install - install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/neofetch/LICENSE.md" -}