summaryrefslogtreecommitdiff
path: root/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/config.rasi')
-rw-r--r--rofi/config.rasi21
1 files changed, 10 insertions, 11 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi
index 80a7b9c..ba7ac15 100644
--- a/rofi/config.rasi
+++ b/rofi/config.rasi
@@ -1,17 +1,16 @@
configuration{
- modi: "run,drun";
+ modes: "drun,window";
icon-theme: "Papirus";
show-icons: true;
- terminal: "kitty";
- drun-display-format: "{icon} {name}";
- location: 0;
- disable-history: false;
- hide-scrollbar: true;
- display-drun: "  Apps ";
- display-run: "  Run ";
- display-window: " 󰕰 Window ";
- display-Network: " 󰤨 Network ";
sidebar-mode: false;
}
-@theme "theme"
+@import "colors"
+
+* {
+ font: "Lilex Nerd Font 14";
+}
+
+scrollbar {
+ handle-color: @accent;
+}