From ffd5b45b2c38a518e2df65f4d26207b203c40f50 Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sun, 25 Apr 2021 16:16:40 +0200 Subject: [PATCH] added support status to README.md --- README.md | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a617080d..2c03094cb 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,6 @@ At the moment the performance difference is measurable, but too small to be huma There are some presets defined for fastfech in [`presets`](presets), you can can load them with `--load-config`. They may also serve as a good example for format arguments. -## Supported logos - -Currently, `fastfetch` supports the following logos: -``` -Arch, Artix, Manjaro, Garuda, Debian, Ubuntu, Void -``` -Unknown/unsupported logos will be replaced with a question mark when running fastfetch. To add a new logo, edit [`src/common/logo.c`](src/common/logo.c). - ## Dependencies In order to run properly on every machine, fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependency is [`glibc`](https://www.gnu.org/software/libc/) (`libc`, `libdl` and `libpthread` are actually used) which is automatically shipped with every linux system. @@ -32,6 +24,34 @@ Following libraries are used if present: * [`libDConf`](https://developer.gnome.org/dconf/unstable/DConfClient.html): GTK theme/font/icons output on DEs which dont use config files (e.g. Gnome). * [`libwayland-client`](https://wayland.freedesktop.org/): Better resolution performance + support for monitors with different refresh rates in wayland sessions. +## Support status +All categories not listed here should work without needing a specific implementation. + +### Logos: +``` +Arch, Artix, Manjaro, Garuda, Debian, Ubuntu, Void +``` +Unknown/unsupported logos will be replaced with a question mark when running fastfetch. +### Package managers: +``` +Pacman, Flatpak +``` + +### Window managers: +``` +Kwin, Openbox, Muffin, XFWM, Wayfire +``` + +### Window manager themes: +``` +KWin +``` + +### Terminal fonts: +``` +konsole, xfce4-terminal, TTY +``` + ## Building fastfetch uses [`cmake`](https://cmake.org/) for building. The simplies steps to build the entire project are: