From 5a3de5e1901b18c3b7eaebbfc5e1932280c04789 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 25 Apr 2022 01:26:56 +0200 Subject: [PATCH] Kitty can now work with Roboto. --- _desktop/fontconfig/fonts.conf | 12 ++++++++++++ _desktop/kitty/kitty.conf | 34 ++++------------------------------ 2 files changed, 16 insertions(+), 30 deletions(-) create mode 100644 _desktop/fontconfig/fonts.conf diff --git a/_desktop/fontconfig/fonts.conf b/_desktop/fontconfig/fonts.conf new file mode 100644 index 0000000..92002f2 --- /dev/null +++ b/_desktop/fontconfig/fonts.conf @@ -0,0 +1,12 @@ + + + + + + RobotoMono Nerd Font + + + 90 + + + diff --git a/_desktop/kitty/kitty.conf b/_desktop/kitty/kitty.conf index eed5dd0..4585363 100644 --- a/_desktop/kitty/kitty.conf +++ b/_desktop/kitty/kitty.conf @@ -1,34 +1,8 @@ -font_family JetBrains Mono Medium Nerd Font Complete -bold_font JetBrains Mono Bold Nerd Font Complete -italic_font JetBrains Mono Medium Italic Nerd Font Complete -bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete +font_family Roboto Mono Medium Nerd Font Complete +bold_font Roboto Mono Bold Nerd Font Complete +italic_font Roboto Mono Medium Italic Nerd Font Complete +bold_italic_font Roboto Mono Bold Italic Nerd Font Complete font_size 11 -adjust_line_height 0 -adjust_column_width 0 - -#: Change the size of each character cell kitty renders. You can use -#: either numbers, which are interpreted as pixels or percentages -#: (number followed by %), which are interpreted as percentages of the -#: unmodified values. You can use negative pixels or percentages less -#: than 100% to reduce sizes (but this might cause rendering -#: artifacts). - -adjust_baseline 0 - -#: Adjust the vertical alignment of text (the height in the cell at -#: which text is positioned). You can use either numbers, which are -#: interpreted as pixels or a percentages (number followed by %), -#: which are interpreted as the percentage of the line height. A -#: positive value moves the baseline up, and a negative value moves -#: them down. The underline and strikethrough positions are adjusted -#: accordingly. - -box_drawing_scale 0.001, 1, 1.5, 2 - -#: Change the sizes of the lines used for the box drawing unicode -#: characters These values are in pts. They will be scaled by the -#: monitor DPI to arrive at a pixel value. There must be four values -#: corresponding to thin, normal, thick, and very thick lines. cursor #c7c7c7 cursor_text_color #161616 cursor_shape beam