Changes to rofi for new config format

Jonathan Hodgson 2 years ago
parent def1236315
commit c79b988a57
  1. 5
      rofi/.config/rofi/config.rasi
  2. 4
      rofi/.config/rofi/gruvbox-dark.rasi
  3. 21
      rofi/.config/rofi/themes/launchpad.rasi

@ -0,0 +1,5 @@
configuration {
font: "Iosevka 16";
show-icons: true;
}
@theme "/usr/share/rofi/themes/gruvbox-dark.rasi"

@ -70,3 +70,7 @@
@import "gruvbox-common.rasi" @import "gruvbox-common.rasi"
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}

@ -1,12 +1,3 @@
/*
*
* Author : Aditya Shakya
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Twitter : @adi1090x
*
*/
configuration { configuration {
font: "Noto Sans Bold 10"; font: "Noto Sans Bold 10";
show-icons: true; show-icons: true;
@ -14,8 +5,6 @@ configuration {
display-drun: ""; display-drun: "";
drun-display-format: "{name}"; drun-display-format: "{name}";
disable-history: false; disable-history: false;
fullscreen: true;
hide-scrollbar: true;
sidebar-mode: false; sidebar-mode: false;
} }
@ -34,6 +23,8 @@ window {
border: 0px; border: 0px;
border-color: @border; border-color: @border;
border-radius: 0px; border-radius: 0px;
width: 100%;
height: 100%;
} }
prompt { prompt {
@ -69,7 +60,7 @@ inputbar {
listview { listview {
background-color: @background-alt; background-color: @background-alt;
columns: 3; columns: 5;
lines: 4; lines: 4;
spacing: 2%; spacing: 2%;
cycle: false; cycle: false;
@ -96,11 +87,17 @@ element {
} }
element-icon { element-icon {
background-color: @background-alt;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 81px; size: 81px;
border: 0px; border: 0px;
} }
element-text { element-text {
background-color: @background-alt;
text-color: inherit;
expand: true; expand: true;
horizontal-align: 0.5; horizontal-align: 0.5;
vertical-align: 0.5; vertical-align: 0.5;

Loading…
Cancel
Save