🏳️‍🌈 🏳️‍⚧️ Neofetch with LGBTQ+ pride flags!
Find a file
2022-06-19 16:33:17 -04:00
.github docs: update 2019-12-28 22:58:06 +00:00
hyfetch [O] Clear screen with title 2022-06-19 16:33:17 -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 [+] Get custom distro ascii 2022-06-19 15:18:34 -04:00
neofetch.1 Added VNux GNU/Linux Neofetch Logo (#1937) 2021-11-08 06:35:52 +02:00
README.md [U] nixos: Update readme usage 2022-04-29 07:58:32 -04:00
runner.py [+] Test distro command 2022-06-19 15:20:07 -04:00
setup.py [F] Actually, make numpy a dependency 2022-06-19 15:33:02 -04:00
test.py [U] Test color scale 2022-06-19 15:33:16 -04:00

HyFetch

neofetch with pride flags <3

image

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:

Currently, if you're using NixOS, you can use HyFetch with nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch

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

  • Add interactive configurator for adjusting brightness
  • Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer)

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]