From f316b2b5cbea7d4e2ae8ee1dab20d3dacd1f1e08 Mon Sep 17 00:00:00 2001 From: Jing Luo <60296981+delgh1@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:13:07 +0900 Subject: [PATCH 1/3] Update README.md: add one FAQ --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df82c030..85d2d07f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ neofetch with pride flags <3 ### Running Updated Original Neofetch -This repo also serves as an updated version of the original `neofetch` since the upstream [dylanaraps/neofetch](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can use the `neofetch` script from this repo. To prevent command name conflict, I call it `neowofetch` :) +This repo also serves as an updated version of the original `neofetch` since the upstream [dylanaraps/neofetch](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Oct 27, 2023, the original repo hasn't merged a pull request for almost 2 years). If you only want to use the updated neofetch without pride flags, you can use the `neofetch` script from this repo. To prevent command name conflict, I call it `neowofetch` :) * Method 1: `pip install -U hyfetch` then run `neowofetch` * Method 2: `npx neowofetch` @@ -74,6 +74,16 @@ Feel free to experiment with it! ![image](https://user-images.githubusercontent.com/22280294/162614553-eb758e4e-1936-472c-8ca7-b601c696c6eb.png) +#### Q: Why do you use pride flag's coloring? I don't think it looks nice at all. + +A: The core idea behind HyFetch coloring isn't just to make logos look nicer, it's about representation and identity. While it's okay to assess the visual appeal, you also need to understand that the LGBTQ+ flag colors serves a much deeper purpose than just aesthetics. + +For many in the LGBTQ+ community, these flags symbolize their identity, struggles, and pride. Integrating these symbols into a showcase of the tech specs they share can provide a sense of empowerment. It's combining their enthusiasm for their favorite distro / hardware with their LGBTQ+ identity. + +Also, by including flag coloring along with the updated neofetch, we're also broadcasting a wider message about the importance of inclusivity and representation. It's not just a design choice, it's a statement that promotes awareness and understanding toward the LGBTQ+ community. + + + ## Contributing From 2af4aa9adce0a5514f05f830eed6ae4fbae31e11 Mon Sep 17 00:00:00 2001 From: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:03:54 -0400 Subject: [PATCH 2/3] Fix phyOS logo --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 59f9e54b..cf14f75e 100755 --- a/neofetch +++ b/neofetch @@ -12247,8 +12247,7 @@ EOF "phyOS"*) set_colors 33 33 7 1 read -rd '' ascii_data <<'EOF' -${c1} ' -.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.^^^^^. +${c1}.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.^^^^^. :777777777777777777777777777777^~7777: .~~~~~~~~~~~~~~~~~~~~~^~7777!:!777!. ~7!!!!!!!!!!!!!!!!!^:!777~^!777~ From d16806cb169f817c33d8454c7a7d7525c6f3bd5f Mon Sep 17 00:00:00 2001 From: Bailey Kasin <31324979+BKasin@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:11:21 -0700 Subject: [PATCH 3/3] [F] Add code tags to commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d2d07f..92eee254 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Currently, these distributions have existing packages for HyFetch: * Nix Profile: `nix profile install nixpkgs#hyfetch` * Guix: `guix install hyfetch` (Thanks to [@WammKD](https://github.com/WammKD)) * Slackware: `sbopkg -b hyfetch` [Slackbuild](https://slackbuilds.org/repository/15.0/desktop/hyfetch/?search=hyfetch) (Thanks to [@bittin](https://github.com/bittin) and Urchlay) -* Homebrew: brew install hyfetch (Thanks to [@BKasin](https://github.com/BKasin) and [@osalbahr](https://github.com/osalbahr)) -* openSUSE Tumbleweed: zypper in python311-hyfetch (Thanks to [@BKasin](https://github.com/BKasin)) +* Homebrew: `brew install hyfetch` (Thanks to [@BKasin](https://github.com/BKasin) and [@osalbahr](https://github.com/osalbahr)) +* openSUSE Tumbleweed: `zypper in python311-hyfetch` (Thanks to [@BKasin](https://github.com/BKasin)) * Gentoo: `emerge --ask app-misc/hyfetch` (Thanks to [@BKasin](https://github.com/BKasin)) [![Packaging status](https://repology.org/badge/vertical-allrepos/hyfetch.svg)](https://repology.org/project/hyfetch/versions)