From aa4dde02be0558054b27173f04014e65eed8ca67 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Tue, 29 Dec 2020 12:10:06 +0100 Subject: [PATCH] config: rofi --- .config/rofi/config.rasi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..201c6fa --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,4 @@ +configuration { + font: "Terminus 14"; + theme: "/usr/share/rofi/themes/Paper.rasi"; +}