updated all my files for rofi
[danixland-rofi.git] / theme / libs / settings.rasi
diff --git a/theme/libs/settings.rasi b/theme/libs/settings.rasi
new file mode 100644 (file)
index 0000000..6b4535a
--- /dev/null
@@ -0,0 +1,19 @@
+configuration {
+       modi: "run,window,drun,ssh";
+/*     font: "Inconsolata Nerd Font Regular 12";*/
+       drun-display-format: "{icon} <span weight='light' size='small'><i>{name}</i></span>";
+    display-drun: "Apps";
+       show-icons: true;
+       icon-theme: "MB-Mango-Suru-GLOW";
+       drun-match-fields: "name,generic,exec,category";
+       hide-scrollbar: true;
+       cycle: true;
+/*    fullscreen: true;*/
+       sidebar-mode: false;
+       terminal: "alacritty";
+       ssh-client: "ssh";
+       ssh-command: "{terminal} -e {ssh-client} {host}";
+       run-command: "{cmd}";
+       run-shell-command: "{terminal} -e {cmd}";
+       cache-dir: "/home/danix/.cache/";
+}