Không có mô tả

Azalea (on HyDEV-Daisy) eb76b2f474 [U] Release v1.1.0 3 năm trước cách đây
.github 5c7ad91bdf docs: update 5 năm trước cách đây
hyfetch eb76b2f474 [U] Release v1.1.0 3 năm trước cách đây
.gitattributes 85046474a5 [+] .gitignore 3 năm trước cách đây
.gitignore 85046474a5 [+] .gitignore 3 năm trước cách đây
.travis.yml 2eae510bd9 docs: update 5 năm trước cách đây
CONTRIBUTING.md 320ad76b21 docs: update 7 năm trước cách đây
LICENSE.md 24b1281f9a docs: update (#1956) 3 năm trước cách đây
MANIFEST.in d94585473c [F] Properly include script resource 3 năm trước cách đây
Makefile cf928f3b9b meta: fix makefile, closes #1858 4 năm trước cách đây
README.md b572e5d35f [U] nixos: Update readme usage 3 năm trước cách đây
default.nix d7273909f6 [F] nixos: Fix something (?) 3 năm trước cách đây
deploy.sh 0a6a61a013 [+] Deploy script 3 năm trước cách đây
neofetch c9ed8e2088 [F] Put labels below ascii 3 năm trước cách đây
neofetch.1 3eb7e13e27 Added VNux GNU/Linux Neofetch Logo (#1937) 3 năm trước cách đây
runner.py 46b7771f2c [+] Test distro command 3 năm trước cách đây
setup.py 1eab4bb157 [F] Actually, make numpy a dependency 3 năm trước cách đây
test.py 6d77ebc7a7 [U] Test color scale 3 năm trước cách đây

README.md

HyFetch

neofetch with pride flags <3

image

Installation

Method 1: Install using Python pip (Recommended)

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]