aboutsummaryrefslogtreecommitdiff
path: root/rofi
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
committerBond_009 <bond.009@outlook.com>2021-07-28 00:30:19 +0200
commitd993bc6958517deaf98d893a81e157fae34ded12 (patch)
tree364747286d0fb221616a9ade284ccc96e66d1c52 /rofi
First
Diffstat (limited to 'rofi')
-rwxr-xr-xrofi/.config/rofi/config.rasi70
1 files changed, 70 insertions, 0 deletions
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi
new file mode 100755
index 0000000..ae36e8d
--- /dev/null
+++ b/rofi/.config/rofi/config.rasi
@@ -0,0 +1,70 @@
+configuration {
+/* modi: "window,run,ssh";*/
+ width: -64;
+ lines: 16;
+/* columns: 1;*/
+ font: "Hack 12";
+ bw: 0;
+/* location: 0;*/
+ padding: 5;
+/* yoffset: 0;*/
+/* xoffset: 0;*/
+/* fixed-num-lines: true;*/
+ show-icons: true;
+ terminal: "alacritty";
+/* ssh-client: "ssh";*/
+/* ssh-command: "{terminal} -e {ssh-client} {host}";*/
+/* run-command: "{cmd}";*/
+/* run-list-command: "";*/
+/* run-shell-command: "{terminal} -e {cmd}";*/
+/* window-command: "xkill -id {window}";*/
+/* window-match-fields: "all";*/
+// backlight: #ccffeedd;
+// background-color: transparent;
+// drun-icon-theme: "breath";
+/* drun-match-fields: "name,generic,exec,categories";*/
+/* disable-history: false;*/
+/* sort: false;*/
+/* levenshtein-sort: false;*/
+/* case-sensitive: false;*/
+/* cycle: true;*/
+/* sidebar-mode: false;*/
+// eh: 1;
+/* auto-select: false;*/
+/* parse-hosts: false;*/
+/* parse-known-hosts: true;*/
+/* combi-modi: "window,run";*/
+ matching: "fuzzy";
+/* tokenize: true;*/
+/* m: "-5";*/
+ line-margin: 3;
+/* line-padding: 1;*/
+/* filter: ;*/
+ separator-style: "solid";
+/* hide-scrollbar: false;*/
+/* fullscreen: false;*/
+/* fake-transparency: false;*/
+/* dpi: 100;*/
+ threads: 0;
+ scrollbar-width: 5;
+/* scroll-method: 0;*/
+/* fake-background: "screenshot";*/
+/* window-format: "{w} {i}{c} {t}";*/
+/* click-to-exit: true;*/
+/* show-match: true;*/
+// theme: "/usr/share/rofi/themes/Adapta-Nokto.rasi";
+ color-normal: "argb:a5333333, #ffffff, argb:a5262626, argb:a55fafff, #ffffff";
+/* color-urgent: ;*/
+/* color-active: ;*/
+ color-window: "argb:a5222222, #3a3a3a, #5fafff";
+/* max-history-size: 25;*/
+/* combi-hide-mode-prefix: false;*/
+/* pid: "/run/user/1000/rofi.pid";*/
+/* display-window: ;*/
+/* display-windowcd: ;*/
+ display-run: "run";
+ display-ssh: "ssh";
+/* display-drun: ;*/
+/* display-combi: ;*/
+/* display-keys: ;*/
+}