Im happy with this (for now)

This commit is contained in:
Marco Thomas
2022-01-14 20:53:22 +01:00
parent 61628a5400
commit 80aa8614f3
8 changed files with 25 additions and 32 deletions

View File

@@ -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;

View File

@@ -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"