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"; +}