From e0fea39d47249342f92ef2b0613809a9a3e41c11 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 20 Jul 2021 23:55:03 +0200 Subject: [PATCH] rofi: switch to Iosevka Aile No need for monospace. --- dotfiles/rofi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/rofi.conf b/dotfiles/rofi.conf index 23e9855..df10cb8 100644 --- a/dotfiles/rofi.conf +++ b/dotfiles/rofi.conf @@ -30,7 +30,7 @@ configuration { spacing: 0; background-color: transparent; - font: "Iosevka 12"; + font: "Iosevka Aile 12"; text-color: @text; }