From 6111960c3b92c606db22f55c94b3ccc804aabf6f Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 9 Sep 2020 15:38:58 +0300 Subject: [PATCH] Upgrade rofi config --- .config/rofi/config | 2 -- .config/rofi/config.rasi | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index b3334e3..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,2 +0,0 @@ -rofi.theme: /usr/share/rofi/themes/android_notification.rasi -rofi.font: Terminus 12 diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..a101bec --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,4 @@ +configuration { + font: "Terminus 12"; + theme: "/usr/share/rofi/themes/android_notification.rasi"; +}