diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 45 |
1 files changed, 36 insertions, 9 deletions
@@ -21,13 +21,40 @@ _/\ __)/_) pkgs 130 ## OS support -- [x] Linux (A myriad of distributions) -- [x] MacOS -- [x] OpenBSD -- [x] FreeBSD -- [x] NetBSD -- [x] Haiku -- [x] Minix +- 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 + - Void Linux +- BSD + - DragonflyBSD + - FreeBSD + - NetBSD + - OpenBSD +- MacOS +- Haiku +- Minix ## TODO @@ -61,13 +88,13 @@ _/\ __)/_) pkgs 130 # Valid: space separated string # # OFF by default: shell palette -PF_INFO="ascii title distro host kernel uptime pkgs memory" +PF_INFO="ascii title os host kernel uptime pkgs memory" # Example: Only ASCII. PF_INFO="ascii" # Example: Only Information. -PF_INFO="title distro host kernel uptime pkgs memory" +PF_INFO="title os host kernel uptime pkgs memory" # Separator between info name and info data. # Default: unset |
