🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
Find a file
Hykilpikonna cc29a0fff1
[PR] Merge pull request #8 from kidonng/patch-2
Add macOS 13 to version name list
2022-07-30 12:24:07 -04:00
.github docs: update 2019-12-28 22:58:06 +00:00
hyfetch [M] Rename neofetch_mod.sh to neowofetch 2022-07-30 12:01:31 -04:00
.gitattributes [+] .gitignore 2022-04-10 03:17:07 -04:00
.gitignore [+] .gitignore 2022-04-10 03:17:07 -04:00
.travis.yml docs: update 2020-04-19 12:01:41 +03:00
CONTRIBUTING.md docs: update 2018-06-03 12:19:03 +10:00
default.nix [F] nixos: Fix something (?) 2022-04-29 07:52:10 -04:00
deploy.sh [+] Deploy script 2022-04-10 06:45:53 -04:00
LICENSE.md docs: update (#1956) 2021-11-14 11:53:00 +02:00
Makefile meta: fix makefile, closes #1858 2021-08-05 10:15:12 +03:00
MANIFEST.in [F] Properly include script resource 2022-04-10 05:21:39 -04:00
neofetch [PR] Merge pull request #8 from kidonng/patch-2 2022-07-30 12:24:07 -04:00
neofetch.1 Added VNux GNU/Linux Neofetch Logo (#1937) 2021-11-08 06:35:52 +02:00
package.json [+] package.json for npx script 2022-07-30 12:19:28 -04:00
README.md [+] package.json for npx script 2022-07-30 12:19:28 -04:00
runner.py [+] Test distro command 2022-06-19 15:20:07 -04:00
setup.py [+] Add script to original neofetch 2022-07-30 12:02:01 -04:00
test.py [U] Test color scale 2022-06-19 15:33:16 -04:00

HyFetch

neofetch with pride flags <3

image

Note

This repo also serves as an updated version of neofetch since the original repo 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 install the python package and use neowofetch xD.

If you installed npm, you can also run original neofetch using npx neowofetch

Installation

Install Python >= 3.7 first. Then, just do:

pip install hyfetch

Method 2: Install using system package manager

Currently, these distributions have existing packages for HyFetch:

  • ArchLinux: yay -S hyfetch (Thanks to @ Aleksana)
  • Nix: nix-env -i hyfetch (Thanks to @ YisuiDenghua)
  • Guix: guix install hyfetch (Thanks to @ WammKD)

Usage

When you run hyfetch for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!

Q: How do I change my config?

A: Use hyfetch -c

Q: What do I do if the color is too dark/light for my theme?

A: You can try setting the colors' "lightness" using the --c-set-l parameter. The value should be between 0 and 1. For example, if you are using dark theme and the rainbow flag is too dark to display, you can type:

hyfetch -p rainbow --c-set-l 0.8

Feel free to experiment with it!

image

Change Log

TODO

1.1.3rc1

  • Add foreground-background color arrangement to make Fedora and Ubuntu look nicer
  • Allow typing abbreviations in flag selection
  • Fix: Duplicate random color arrangements are appearing in selection screen
  • Fix: Inconsistant color arrangement when saved to config file

1.1.2

  • Add more flags (#5)
  • Removed numpy dependency that was used in 1.1.0

1.1.0

  • Refactored a lot of things
  • Added Beiyang flag xD
  • Added interactive configurator for brightness adjustment
  • Added dark/light mode selection
  • Added color bar preview for RGB/8bit mode selection
  • Added random color arrangement feature (for NixOS)

1.0.7

  • Fix: Make config path not on init but when it's actually needed.

1.0.6

  • Remove hypy_utils dependency to make packaging easier.

1.0.5

  • Fix terminal emulator detection (PR #2)

1.0.4

1.0.3

  • Fix missing dependency for setuptools

1.0.2

  • Implement RGB to 8bit conversion
  • Add support for Python 3.7 and 3.8

1.0.1

  • Included 11 flag presets
  • Ability to lighten colors with --c-set-l <lightness>
  • Command-line flag chooser
  • Supports Python >= 3.9

More Screenshots

image image

Original Readme from Neofetch Below

logo

A command-line system information tool written in bash 3.2+

Packaging status

neofetch

Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.

The overall purpose of Neofetch is to be used in screen-shots of your system. Neofetch shows the information other people want to see. There are other tools available for proper system statistic/diagnostics.

The information by default is displayed alongside your operating system's logo. You can further configure Neofetch to instead use an image, a custom ASCII file, your wallpaper or nothing at all.

neofetch

You can further configure Neofetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones.

Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added.

More: [Dependencies] [Installation] [Wiki]