From ecde584e0ed1726736eaef9434b4c8d53ae77d66 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Wed, 3 Jun 2020 09:38:27 +0200 Subject: [PATCH] Update font config --- .config/dunst/dunstrc | 2 +- .config/fontconfig/fonts.conf | 22 ++++++++++++++++++++++ .config/rofi/config.rasi | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6a5a2cf..aa4c85f 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -32,7 +32,7 @@ sort = yes idle_threshold = 120 - font = Inconsolata 11 + font = JetBrains Mono 9 line_height = 0 markup = full diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..dd76b4f --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,22 @@ + + + + + + serif + DejaVu Serif + + + sans-serif + DejaVu Sans + + + sans + DejaVu Sans + + + monospace + JetBrains Mono + + + diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 7366728..b0ffffc 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,7 +1,7 @@ configuration { modi: "drun,run"; width: 450; - font: "Inconsolata 11"; + font: "JetBrains Mono 9"; location: 2; yoffset: 60; xoffset: 0;