Im happy with this (for now)
This commit is contained in:
@@ -7,22 +7,20 @@ configuration {
|
||||
bw: 0;
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: false;
|
||||
font: "JuliaMono 20";
|
||||
|
||||
}
|
||||
|
||||
@import "~/.config/rofi/colors.rasi"
|
||||
|
||||
* {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
font: "JuliaMono 18";
|
||||
font: "Roboto 20";
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @background;
|
||||
padding: 30;
|
||||
width: 30%;
|
||||
height: 45%;
|
||||
height: 30%;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
@@ -76,12 +74,10 @@ inputbar {
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0.5% 1% 0% 1%;
|
||||
font: "JuliaMono 20";
|
||||
}
|
||||
|
||||
entry {
|
||||
padding: 8 12 8 12;
|
||||
font: "JuliaMono 20";
|
||||
margin: 0% 0% 0% 0%;
|
||||
placeholder: "Search";
|
||||
placeholder-color: #444444;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
configuration {
|
||||
font: "JuliaMono 18";
|
||||
show-icons: false;
|
||||
icon-theme: "Papirus";
|
||||
drun-display-format: "{name}";
|
||||
disable-history: false;
|
||||
sidebar-mode: false;
|
||||
font: "Roboto 20";
|
||||
show-icons: false;
|
||||
icon-theme: "Papirus";
|
||||
drun-display-format: "{name}";
|
||||
disable-history: false;
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@import "~/.config/rofi/colors.rasi"
|
||||
|
||||
Reference in New Issue
Block a user