From 608fe6f6dbb60010ed9ba77ca8a4c1ffd08ff86e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 10 Aug 2023 11:30:38 -0600 Subject: [PATCH] [rofi] Use noto-sans in style 7 --- dotfiles/config/rofi/colorful/style_7.rasi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/rofi/colorful/style_7.rasi b/dotfiles/config/rofi/colorful/style_7.rasi index cc29f11b..3de11e50 100644 --- a/dotfiles/config/rofi/colorful/style_7.rasi +++ b/dotfiles/config/rofi/colorful/style_7.rasi @@ -8,9 +8,8 @@ */ configuration { - font: "Iosevka Nerd Font 10"; + font: "Noto Sans 10"; show-icons: true; - icon-theme: "Papirus"; display-drun: ""; drun-display-format: "{name}"; disable-history: false; @@ -37,7 +36,7 @@ prompt { padding: 0.30% 1% 0% -0.5%; background-color: @al; text-color: @fg; - font: "FantasqueSansMono Nerd Font 12"; + font: "Fira Code 12"; } entry {