From 5168f7cdad33765bb9613f6451e2107aafb43d7e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 00:59:06 -0500 Subject: [PATCH] rofi: Use sans-serif font --- rofi/.config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 28970e59..04a19615 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: ["drun", "filebrowser"]; - font: "Hack 12"; + font: "Noto Sans CJK JP 12"; show-icons: true; bw: 0; drun-icon-theme: "Papirus-Dark";