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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following libraries are used if present at runtime:
28
28
*[`libwayland-client`](https://wayland.freedesktop.org/): Better resolution performance and output in wayland sessions. Supports different refresh rates per monitor.
29
29
*[`libGIO`](https://developer.gnome.org/gio/unstable/): Needed for values that are only stored GSettings.
30
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
31
+
*[`libmagickcore` (ImageMagick)](https://www.imagemagick.org/): Images in terminal using sixel or kitty graphics protocol.
32
32
*[`libDBus`](https://www.freedesktop.org/wiki/Software/dbus): Needed for detecting current media player and song.
33
33
*[`libXFConf`](https://gitlab.xfce.org/xfce/xfconf): Needed for XFWM theme and XFCE Terminal font.
34
34
*[`librpm`](http://rpm.org/): Needed for rpm package count.
Copy file name to clipboardExpand all lines: src/data/help.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,15 @@ General options:
21
21
22
22
Logo options:
23
23
-l,--logo <logo>: set the logo to use. The type is specified by --logo-type. If default: the name of a builtin logo or a path to a file
24
-
--logo-type <type>: set the type of the logo given. Must be auto, builtin, file, rawor sixel
24
+
--logo-type <type>: set the type of the logo given. Must be auto, builtin, file, raw, sixel or kitty.
25
25
--logo-width <width>: set the width of the logo (in characters), if it is an image
26
26
--logo-color-[1-9] <color>: overwrite a color in the logo
27
27
--logo-padding <padding>: set the padding on the left and the right of the logo
28
28
--logo-padding-left <padding>: set the padding on the left of the logo
29
29
--logo-padding-right <padding>: set the padding on the right of the logo
30
30
--logo-print-remaining <?value>: weather to print the remaining logo, if it has more lines than modules to display
31
31
--sixel <file>: short for --logo-type sixel --logo <file>
32
+
--kitty <file>: short for --logo-type kitty --logo <file>
32
33
33
34
Display options:
34
35
-s,--structure <structure>: sets the structure of the fetch. Must be a colon separated list of keys. Use "fastfetch --list-modules" to see the ones available.
0 commit comments