You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,32 +19,33 @@ There are some presets defined for fastfech in [`presets`](presets), you can can
19
19
Fastfetch dynamically loads needed libraries if they are available. Therefore its only hard dependencies are `libc` (any implementation of the c standard library), `libdl` and `libpthread`. They are all shipped with [`glibc`](https://www.gnu.org/software/libc/), which is already installed on most linux distributions, so you probably don't have to worry about it.
20
20
21
21
The following libraries are used if present at runtime:
[`libX11`](https://gitlab.freedesktop.org/xorg/lib/libx11): At least one of them sould be present in X11 sessions for better resolution detection and faster WM detection. The `*randr` ones provide multi monitor support. The `libxcb*` ones usually have better performance.
28
-
*[`libwayland-client`](https://wayland.freedesktop.org/): Better resolution performance and output in wayland sessions. Supports different refresh rates per monitor.
29
-
*[`libGIO`](https://developer.gnome.org/gio/unstable/): Needed for values that are only stored GSettings.
30
-
*[`libDConf`](https://developer.gnome.org/dconf/unstable/): Needed for values that are only stored in DConf + Fallback for GSettings.
31
-
*[`libmagickcore` (ImageMagick)](https://www.imagemagick.org/): Images in terminal using sixel or kitty graphics protocol.
32
-
*[`libchafa`](https://github.com/hpjansson/chafa): Image output as ascii art.
33
-
*[`libZ`](https://www.zlib.net/): Faster image output when using kitty graphics protocol.
34
-
*[`libDBus`](https://www.freedesktop.org/wiki/Software/dbus): Needed for detecting current media player and song.
[`libX11`](https://gitlab.freedesktop.org/xorg/lib/libx11): At least one of them sould be present in X11 sessions for better resolution detection and faster WM detection. The `*randr` ones provide multi monitor support The `libxcb*` ones usually have better performance.
28
+
*[`libwayland-client`](https://wayland.freedesktop.org/): Better resolution performance and output in wayland sessions. Supports different refresh rates per monitor.
29
+
*[`libGIO`](https://developer.gnome.org/gio/unstable/): Needed for values that are only stored GSettings.
30
+
*[`libDConf`](https://developer.gnome.org/dconf/unstable/): Needed for values that are only stored in DConf + Fallback for GSettings.
31
+
*[`libmagickcore` (ImageMagick)](https://www.imagemagick.org/): Images in terminal using sixel or kitty graphics protocol.
32
+
*[`libchafa`](https://github.com/hpjansson/chafa): Image output as ascii art.
33
+
*[`libZ`](https://www.zlib.net/): Faster image output when using kitty graphics protocol.
34
+
*[`libDBus`](https://www.freedesktop.org/wiki/Software/dbus): Needed for detecting current media player and song.
0 commit comments