Update Rofi Config for Version 1.7.1

This commit is contained in:
Sravan Balaji
2021-11-27 20:27:13 -05:00
parent 03f9e982c2
commit 290ea8a946
3 changed files with 14 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ configuration {
/* sorting-method: ;*/ /* sorting-method: ;*/
/* case-sensitive: false;*/ /* case-sensitive: false;*/
/* cycle: true;*/ /* cycle: true;*/
/* sidebar-mode: false;*/ sidebar-mode: false;
/* eh: 1;*/ /* eh: 1;*/
/* auto-select: false;*/ /* auto-select: false;*/
/* parse-hosts: false;*/ /* parse-hosts: false;*/
@@ -53,7 +53,6 @@ configuration {
/* window-format: "{w} {c} {t}";*/ /* window-format: "{w} {c} {t}";*/
/* click-to-exit: true;*/ /* click-to-exit: true;*/
/* show-match: true;*/ /* show-match: true;*/
theme: "centertab-dracula";
/* color-normal: ;*/ /* color-normal: ;*/
/* color-urgent: ;*/ /* color-urgent: ;*/
/* color-active: ;*/ /* color-active: ;*/
@@ -63,12 +62,12 @@ configuration {
/* matching-negate-char: '-' /* unsupported */;*/ /* matching-negate-char: '-' /* unsupported */;*/
/* cache-dir: ;*/ /* cache-dir: ;*/
/* pid: "/run/user/1000/rofi.pid";*/ /* pid: "/run/user/1000/rofi.pid";*/
/* display-window: ;*/ display-window: "window";
/* display-windowcd: ;*/ /* display-windowcd: ;*/
/* display-run: ;*/ display-run: "execute";
/* display-ssh: ;*/ /* display-ssh: ;*/
/* display-drun: ;*/ display-drun: "launch";
/* display-combi: ;*/ display-combi: "combi";
/* display-keys: ;*/ /* display-keys: ;*/
/* kb-primary-paste: "Control+V,Shift+Insert";*/ /* kb-primary-paste: "Control+V,Shift+Insert";*/
/* kb-secondary-paste: "Control+v,Insert";*/ /* kb-secondary-paste: "Control+v,Insert";*/
@@ -143,3 +142,5 @@ configuration {
/* me-accept-entry: "MouseDPrimary";*/ /* me-accept-entry: "MouseDPrimary";*/
/* me-accept-custom: "Control+MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/
} }
@theme "centertab-dracula"

View File

@@ -4,16 +4,6 @@
* Copyright: deadguy & Sravan Balaji * Copyright: deadguy & Sravan Balaji
*/ */
configuration {
display-drun: "launch";
display-run: "execute";
display-window: "window";
display-combi: "combi";
show-icons: true;
sidebar-mode: false;
font: "NotoSans Nerd Font 12";
}
* { * {
background-color: #282a36ff; background-color: #282a36ff;
text-color: #f8f8f2ff; text-color: #f8f8f2ff;

View File

@@ -1360,7 +1360,7 @@ configuration {
/* sorting-method: ;*/ /* sorting-method: ;*/
/* case-sensitive: false;*/ /* case-sensitive: false;*/
/* cycle: true;*/ /* cycle: true;*/
/* sidebar-mode: false;*/ sidebar-mode: false;
/* eh: 1;*/ /* eh: 1;*/
/* auto-select: false;*/ /* auto-select: false;*/
/* parse-hosts: false;*/ /* parse-hosts: false;*/
@@ -1384,7 +1384,6 @@ configuration {
/* window-format: "{w} {c} {t}";*/ /* window-format: "{w} {c} {t}";*/
/* click-to-exit: true;*/ /* click-to-exit: true;*/
/* show-match: true;*/ /* show-match: true;*/
theme: "centertab-dracula";
/* color-normal: ;*/ /* color-normal: ;*/
/* color-urgent: ;*/ /* color-urgent: ;*/
/* color-active: ;*/ /* color-active: ;*/
@@ -1394,12 +1393,12 @@ configuration {
/* matching-negate-char: '-' /* unsupported */;*/ /* matching-negate-char: '-' /* unsupported */;*/
/* cache-dir: ;*/ /* cache-dir: ;*/
/* pid: "/run/user/1000/rofi.pid";*/ /* pid: "/run/user/1000/rofi.pid";*/
/* display-window: ;*/ display-window: "window";
/* display-windowcd: ;*/ /* display-windowcd: ;*/
/* display-run: ;*/ display-run: "execute";
/* display-ssh: ;*/ /* display-ssh: ;*/
/* display-drun: ;*/ display-drun: "launch";
/* display-combi: ;*/ display-combi: "combi";
/* display-keys: ;*/ /* display-keys: ;*/
/* kb-primary-paste: "Control+V,Shift+Insert";*/ /* kb-primary-paste: "Control+V,Shift+Insert";*/
/* kb-secondary-paste: "Control+v,Insert";*/ /* kb-secondary-paste: "Control+v,Insert";*/
@@ -1474,6 +1473,8 @@ configuration {
/* me-accept-entry: "MouseDPrimary";*/ /* me-accept-entry: "MouseDPrimary";*/
/* me-accept-custom: "Control+MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/
} }
@theme "centertab-dracula"
#+END_SRC #+END_SRC
*** Themes *** Themes
@@ -1487,16 +1488,6 @@ configuration {
,* Copyright: deadguy & Sravan Balaji ,* Copyright: deadguy & Sravan Balaji
,*/ ,*/
configuration {
display-drun: "launch";
display-run: "execute";
display-window: "window";
display-combi: "combi";
show-icons: true;
sidebar-mode: false;
font: "NotoSans Nerd Font 12";
}
,* { ,* {
background-color: #282a36ff; background-color: #282a36ff;
text-color: #f8f8f2ff; text-color: #f8f8f2ff;