forked from mirror/gh-unseen-ninja-pfetch
patches to pfetch to make it a simple and pretty system information tool
| .github/workflows | ||
| assets | ||
| bin | ||
| .editorconfig | ||
| LICENSE.md | ||
| README.md | ||
pfetch with even more kitties
forked from pfetch with kitties i found on catppuccin repos
Changes from upstream
- kitty name/env vars
- added rainbow dots line
- converted memory usage from MiB to GiB
- newer macOS version names
- has some Mac model names programmed in for the host field
Install
Add ./bin to your path or symlink its contents somewhere in it.
Configuration
meowfetch is configured through environment variables.
# Which information to display.
# NOTE: If 'ascii' will be used, it must come first.
# Default: first example below
# Valid: space separated string
#
# OFF by default: shell editor wm de palette
MEOW_INFO="ascii title os host kernel uptime pkgs memory"
# Example: Only ASCII.
MEOW_INFO="ascii"
# Example: Only Information.
MEOW_INFO="title os host kernel uptime pkgs memory"
# A file to source before running pfetch.
# Default: unset
# Valid: A shell script
MEOW_SOURCE=""
# Separator between info name and info data.
# Default: unset
# Valid: string
MEOW_SEP=":"
# Enable/Disable colors in output:
# Default: 1
# Valid: 1 (enabled), 0 (disabled)
MEOW_COLOR=1
# Color of info names:
# Default: unset (auto)
# Valid: 0-9
MEOW_COL1=4
# Color of info data:
# Default: unset (auto)
# Valid: 0-9
MEOW_COL2=9
# Color of title data:
# Default: unset (auto)
# Valid: 0-9
MEOW_COL3=1
# Alignment padding.
# Default: unset (auto)
# Valid: int
MEOW_ALIGN=""
# Which ascii art to use.
# Default: unset (auto)
# Valid: string
MEOW_ASCII="Catppuccin"
# The below environment variables control more
# than just 'meowfetch' and can be passed using
# 'HOSTNAME=cool_pc meowfetch' to restrict their
# usage solely to 'meowfetch'.
USER=""
HOSTNAME=""
EDITOR=""
SHELL=""
# Which desktop environment to display.
XDG_CURRENT_DESKTOP=""
Credit
- ufetch: Lots of ASCII logos.
- Contrary to the belief of a certain youtuber,
pfetchshares zero code withufetch. Only some of the ASCII logos were used.
- Contrary to the belief of a certain youtuber,
