diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-01-10 21:52:54 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-01-10 21:52:54 -0700 |
| commit | 39bda6b806461d879f96c25e9886022ebcc5a4c6 (patch) | |
| tree | 0536aff6df24dc95cdfb624d0415360f984e33ce /extras | |
| parent | 45e294be50d35cafbddf47ba4ec0301067a2eb76 (diff) | |
| download | rde-39bda6b806461d879f96c25e9886022ebcc5a4c6.tar.gz rde-39bda6b806461d879f96c25e9886022ebcc5a4c6.tar.bz2 rde-39bda6b806461d879f96c25e9886022ebcc5a4c6.zip | |
minor changes to rofi config
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/HOME/.config/rofi/config.rasi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extras/HOME/.config/rofi/config.rasi b/extras/HOME/.config/rofi/config.rasi index b78665e..1fec00f 100644 --- a/extras/HOME/.config/rofi/config.rasi +++ b/extras/HOME/.config/rofi/config.rasi @@ -5,7 +5,7 @@ selected-normal-background: @theme-color; normal-foreground: @theme-color; alternate-normal-foreground: @theme-color; - main-background: #202020e0; + main-background: #202020f0; font: "Monofur Bold Nerd Font 34"; } @@ -41,8 +41,9 @@ inputbar { #listview { fixed-height: 0; - border: 50px 0px 0px ; - border-color: #000000; + margin: 50px 0px 0px 0px; + border: 0px 0px 0px 0px ; + border-color: rgba ( 0, 0, 0, 75 % ); scrollbar: true; background-color: @main-background; } |