Browse Source

updated rofi main

pull/59/head
JaKooLit 2 years ago
parent
commit
16945d7f66
  1. 4
      config/rofi/config.rasi
  2. 4
      config/rofi/resolution/1080p/config.rasi
  3. 4
      config/rofi/resolution/1440p/config.rasi

4
config/rofi/config.rasi

@ -3,7 +3,7 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }

4
config/rofi/resolution/1080p/config.rasi

@ -3,7 +3,7 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12"; font: "Fira Code SemiBold 12";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }

4
config/rofi/resolution/1440p/config.rasi

@ -3,7 +3,7 @@
/* ---- Configuration ---- */ /* ---- Configuration ---- */
configuration { configuration {
modi: "drun,run"; modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 14"; font: "Fira Code SemiBold 14";
show-icons: true; show-icons: true;
display-drun: ""; display-drun: "";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px; border-radius: 12px;
border-color: @foreground; border-color: @foreground;
background-color: @background; background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; children: [ "mode-switcher", "entry" ];
border: 1px; border: 1px;
border-color: @active-background; border-color: @active-background;
} }

Loading…
Cancel
Save