From daad384c2b55f2adfd1104a2ff8b8b205332b99f Mon Sep 17 00:00:00 2001
From: Benjamin Morrison <ben@gbmor.org>
Date: Tue, 25 Jan 2022 22:44:06 -0500
Subject: rofi config moved to new format

---
 .config/rofi/config      | 2 --
 .config/rofi/config.rasi | 5 +++++
 2 files changed, 5 insertions(+), 2 deletions(-)
 delete mode 100644 .config/rofi/config
 create mode 100644 .config/rofi/config.rasi

(limited to '.config/rofi')

diff --git a/.config/rofi/config b/.config/rofi/config
deleted file mode 100644
index 330d166..0000000
--- a/.config/rofi/config
+++ /dev/null
@@ -1,2 +0,0 @@
-rofi.theme: /usr/share/rofi/themes/android_notification.rasi
-rofi.terminal: /usr/bin/alacritty
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
new file mode 100644
index 0000000..9c01cbf
--- /dev/null
+++ b/.config/rofi/config.rasi
@@ -0,0 +1,5 @@
+configuration {
+	terminal: "$HOME/.cargo/bin/alacritty";
+}
+@theme "/usr/share/rofi/themes/android_notification.rasi"
+
-- 
cgit 1.4.1