From f77ae854449f270451833251640451a179b3fa4c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 25 Apr 2023 11:20:36 +0200 Subject: [PATCH] Fix rofi error-message theming --- config/rofi/rofi.rasi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;