summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r--.config/rofi/config.rasi21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
new file mode 100644
index 0000000..7c982c1
--- /dev/null
+++ b/.config/rofi/config.rasi
@@ -0,0 +1,21 @@
+@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
+@import "~/.cache/wal/colors-rofi-dark.rasi"
+
+configuration {
+ modi: "combi";
+ font: "Operator Mono Book 12";
+ comb-modi: "window,drun,ssh,run";
+ icon-theme: "Papirus";
+}
+
+#window {
+ border: 2px;
+ border-color: @selected-normal-foreground;
+}
+
+#inputbar {
+ border: 0px 0px 2px 0px;
+ border-color: @selected-normal-foreground;
+}
+
+