From 2de3873a28a08b43c3185d4179a1bdb8a922523c Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 10 Jan 2022 23:40:19 -0700 Subject: changes to rofi config --- extras/HOME/.config/rofi/config.rasi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/extras/HOME/.config/rofi/config.rasi b/extras/HOME/.config/rofi/config.rasi index 1fec00f..440194b 100644 --- a/extras/HOME/.config/rofi/config.rasi +++ b/extras/HOME/.config/rofi/config.rasi @@ -4,6 +4,7 @@ theme-color: #8888ff; selected-normal-background: @theme-color; normal-foreground: @theme-color; + selected-normal-foreground: @main-background; alternate-normal-foreground: @theme-color; main-background: #202020f0; @@ -14,8 +15,10 @@ window { border: 0; width: 100%; height: 100%; - padding: 20%; + padding: 5% 20% 5% 20%; background-color: rgba ( 0, 0, 0, 75 % ); + anchor:north; + location: north; } #case-indicator { @@ -31,6 +34,7 @@ window { } inputbar { + border-radius: 10px 10px 10px 10px; children: [ prompt,entry,case-indicator ]; } @@ -46,9 +50,12 @@ inputbar { border-color: rgba ( 0, 0, 0, 75 % ); scrollbar: true; background-color: @main-background; + padding: 50px; + border-radius: 10px 10px 10px 10px; } element { border: 0; padding: 10px 10px 20px 10px ; + border-radius: 5px 5px 5px 5px; } -- cgit