aboutsummaryrefslogtreecommitdiffstats
path: root/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi')
-rw-r--r--rofi/config.rasi13
1 files changed, 13 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi
new file mode 100644
index 0000000..7d29615
--- /dev/null
+++ b/rofi/config.rasi
@@ -0,0 +1,13 @@
+configuration {
+ modes: [ combi ];
+ combi-modes: [ drun, run ];
+}
+
+@theme "sidebar"
+
+inputbar {
+ background-color: #2b2b2b;
+ text-color: #ffffff;
+ padding: 4px;
+ border: 0px 0px 2px 0px;
+}