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 {
modi: "drun,run";
modi: "drun,run,filebrowser";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
@ -84,7 +84,7 @@ inputbar {
border-radius: 12px;
border-color: @foreground;
background-color: @background;
children: [ "mode-switcher", "textbox-prompt-colon", "entry" ];
children: [ "mode-switcher", "entry" ];
border: 1px;
border-color: @active-background;
}

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

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

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

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

Loading…
Cancel
Save