mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af166966b9 | ||
|
|
219d8f2117 | ||
|
|
0834d53b2a | ||
|
|
0f1d6845db | ||
|
|
3895dd003d |
10
Makefile
10
Makefile
@@ -1,10 +0,0 @@
|
||||
PREFIX ?= /usr
|
||||
|
||||
all:
|
||||
@echo RUN \'make install\' to install pfetch
|
||||
|
||||
install:
|
||||
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
|
||||
|
||||
uninstall:
|
||||
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
|
||||
16
README.md
16
README.md
@@ -26,7 +26,7 @@ picture"!
|
||||
## OS support
|
||||
|
||||
- **Linux**
|
||||
- Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Devuan, Elementary, EndeavourOS, Fedora, Garuda Linux, Gentoo, Guix, Hyperbola, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Solus, Ubuntu and Void Linux.
|
||||
- Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Debian, Elementary, Fedora, Gentoo, Guix, Hyperbola, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Ubuntu and Void Linux.
|
||||
- All other distributions are supported with a generic penguin logo.
|
||||
- **Android**
|
||||
- **BSD**
|
||||
@@ -37,8 +37,6 @@ picture"!
|
||||
- **MacOS**
|
||||
- **Minix**
|
||||
- **Solaris**
|
||||
- **IRIX**
|
||||
- **SerenityOS**
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -59,21 +57,11 @@ PF_INFO="ascii"
|
||||
# Example: Only Information.
|
||||
PF_INFO="title os host kernel uptime pkgs memory"
|
||||
|
||||
# A file to source before running pfetch.
|
||||
# Default: unset
|
||||
# Valid: A shell script
|
||||
PF_SOURCE=""
|
||||
|
||||
# Separator between info name and info data.
|
||||
# Default: unset
|
||||
# Valid: string
|
||||
PF_SEP=":"
|
||||
|
||||
# Enable/Disable colors in output:
|
||||
# Default: 1
|
||||
# Valid: 1 (enabled), 0 (disabled)
|
||||
PF_COLOR=1
|
||||
|
||||
# Color of info names:
|
||||
# Default: unset (auto)
|
||||
# Valid: 0-9
|
||||
@@ -82,7 +70,7 @@ PF_COL1=4
|
||||
# Color of info data:
|
||||
# Default: unset (auto)
|
||||
# Valid: 0-9
|
||||
PF_COL2=9
|
||||
PF_COL2=7
|
||||
|
||||
# Color of title data:
|
||||
# Default: unset (auto)
|
||||
|
||||
Reference in New Issue
Block a user