aboutsummaryrefslogtreecommitdiff
path: root/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/config.rasi')
-rw-r--r--rofi/config.rasi16
1 files changed, 16 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi
new file mode 100644
index 0000000..49ac160
--- /dev/null
+++ b/rofi/config.rasi
@@ -0,0 +1,16 @@
+configuration {
+ show-icons: true;
+ font: "JetBrains Mono 12";
+ icon-theme: "Papirus-Dark";
+
+ display-ssh: "󰣀 ssh:";
+ display-run: "󱓞 run:";
+ display-drun: "󰣖 drun:";
+ display-window: "󱂬 window:";
+ display-combi: "󰕘 combi:";
+ display-filebrowser: "󰉋 filebrowser:";
+
+ dpi: 120;
+}
+
+@theme "gruvbox-material" \ No newline at end of file