Fix rofi error-message theming
This commit is contained in:
@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
configuration{
|
configuration{
|
||||||
modi: "run,drun,ssh,filebrowser";
|
modi: "run,drun,ssh,filebrowser";
|
||||||
lines: 5;
|
|
||||||
font: "Jetbrains Mono 14";
|
font: "Jetbrains Mono 14";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Papirus";
|
icon-theme: "Papirus";
|
||||||
terminal: "kitty";
|
terminal: "kitty";
|
||||||
drun-display-format: "{icon} {name}";
|
drun-display-format: "{icon} {name}";
|
||||||
location: 0;
|
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
hide-scrollbar: true;
|
hide-scrollbar: true;
|
||||||
display-drun: " apps ";
|
display-drun: " apps ";
|
||||||
@ -42,6 +40,11 @@ message {
|
|||||||
background-color: @accent-dark;
|
background-color: @accent-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error-message {
|
||||||
|
background-color: @accent-dark;
|
||||||
|
margin: 0px 0px 20px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
textbox {
|
textbox {
|
||||||
background-color: @pastel-g;
|
background-color: @pastel-g;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
Reference in New Issue
Block a user