From ba2f997d3fe5951f5f90ad3b4e0a686c13e72031 Mon Sep 17 00:00:00 2001 From: oasido Date: Sat, 13 Apr 2024 19:48:17 +0300 Subject: [PATCH] update rofi font --- .config/rofi/themes/spotlight.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/themes/spotlight.rasi b/.config/rofi/themes/spotlight.rasi index 0e27360..09ea0fb 100644 --- a/.config/rofi/themes/spotlight.rasi +++ b/.config/rofi/themes/spotlight.rasi @@ -5,7 +5,7 @@ *******************************************************************************/ * { - font: "Montserrat 12"; + font: "JetBrains Mono 12"; bg0: #242424E6; bg1: #7E7E7E80; @@ -32,7 +32,7 @@ window { } inputbar { - font: "Montserrat 20"; + font: "JetBrains Mono 20"; padding: 12px; spacing: 12px; children: [ icon-search, entry ];