From 67025f5313b0a9af3d01dc2c96fe005773fa072b Mon Sep 17 00:00:00 2001
From: AChavali <aryadevchavali1@gmail.com>
Date: Mon, 17 Feb 2020 22:12:40 +0000
Subject: +rofi

Rofi is a great tool like ivy posframe, which allows you to do tons of stuff.
---
 install.sh | 3 ++-
 rofi.conf  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 rofi.conf

diff --git a/install.sh b/install.sh
index 9914367..3d8f710 100644
--- a/install.sh
+++ b/install.sh
@@ -9,8 +9,9 @@ for file in $files; do
     ln -s $dir/$file ~/.$file;
 done
 
-## Symlink i3
+## Symlink to .config
 ln -s $dir/i3.conf ~/.config/i3/config
+ln -s $dir/rofi.conf ~/.config/rofi/config
 
 # Generate folders
 mkdir ~/Text;
diff --git a/rofi.conf b/rofi.conf
new file mode 100644
index 0000000..8c8de79
--- /dev/null
+++ b/rofi.conf
@@ -0,0 +1 @@
+rofi.theme: Monokai
-- 
cgit v1.2.3-13-gbd6f