diff --git a/config/rofi/rofi.rasi b/config/rofi/rofi.rasi index 7df89cae..fde183e6 100644 --- a/config/rofi/rofi.rasi +++ b/config/rofi/rofi.rasi @@ -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;