1

Fix rofi error-message theming

This commit is contained in:
2023-04-25 11:20:36 +02:00
parent 96b4efd3f0
commit f77ae85444

View File

@ -2,13 +2,11 @@
configuration{
modi: "run,drun,ssh,filebrowser";
lines: 5;
font: "Jetbrains Mono 14";
show-icons: true;
icon-theme: "Papirus";
terminal: "kitty";
drun-display-format: "{icon} {name}";
location: 0;
disable-history: false;
hide-scrollbar: true;
display-drun: " apps ";
@ -42,6 +40,11 @@ message {
background-color: @accent-dark;
}
error-message {
background-color: @accent-dark;
margin: 0px 0px 20px 0px;
}
textbox {
background-color: @pastel-g;
padding: 6px;