From 97c03f201248fb437bfd699a9e62199259c052eb Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Fri, 14 Jan 2022 22:53:48 -0300 Subject: [PATCH] rofi: change font to Ubuntu --- .config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index ece757b..789ff39 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -37,7 +37,7 @@ configuration { spacing: 0; background-color: transparent; - font: "Knack Nerd Font 14"; + font: "Ubuntu 14"; text-color: @text; }