summaryrefslogtreecommitdiff
path: root/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi')
-rw-r--r--rofi/config.rasi16
1 files changed, 0 insertions, 16 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi
deleted file mode 100644
index ba7ac15..0000000
--- a/rofi/config.rasi
+++ /dev/null
@@ -1,16 +0,0 @@
-configuration{
- modes: "drun,window";
- icon-theme: "Papirus";
- show-icons: true;
- sidebar-mode: false;
-}
-
-@import "colors"
-
-* {
- font: "Lilex Nerd Font 14";
-}
-
-scrollbar {
- handle-color: @accent;
-}