Skip to content

Commit e9f0eca

Browse files
Add documentation about logo height option
1 parent 9986918 commit e9f0eca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/data/config.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,17 @@
6666
#--logo-type auto
6767

6868
# Logo width option:
69-
# Sets the width of the logos (in characters) if the logo is an image.
69+
# Sets the width of the logo (in characters) if the logo is an image.
7070
# Must be a positive integer.
7171
# Default is 65.
7272
#--logo-width 65
7373

74+
# Logo height option:
75+
# Sets the height of the logo (in characters) if the logo is an image.
76+
# Must be a positive integer.
77+
# Default is 0 (keeps aspect ration).
78+
#--logo-height 0
79+
7480
# Logo color options:
7581
# Overwrite a color in the logo. Also works for user provided logos.
7682
# In the user logo, they replace $[1-9]. Use $$ to print a single $ sign.

src/data/help.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Logo options:
2323
-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
2424
--logo-type <type>: set the type of the logo given. Must be auto, builtin, file, raw, sixel, kitty or chafa.
2525
--logo-width <width>: set the width of the logo (in characters), if it is an image
26+
--logo-height <height>: set the height of the logo (in characters), if it is an image
2627
--logo-color-[1-9] <color>: overwrite a color in the logo
2728
--logo-padding <padding>: set the padding on the left and the right of the logo
2829
--logo-padding-left <padding>: set the padding on the left of the logo

0 commit comments

Comments
 (0)