aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/config.rasi
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-13 13:46:51 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-13 13:46:51 +0000
commit921cc1b7466f504b4521450cf7d2adac4e6c5c93 (patch)
treee3ba4a37e145b941ef182a9a92456e3333996954 /rofi/config.rasi
parent8bf69148fbb8ac98bf21e1bbd87021aa8f5291cc (diff)
Add new configs
Diffstat (limited to 'rofi/config.rasi')
-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;
+}