diff --git a/de/home/.config/wofi/config b/de/home/.config/wofi/config index 6d89563..a912b45 100644 --- a/de/home/.config/wofi/config +++ b/de/home/.config/wofi/config @@ -1,5 +1,8 @@ width=400 -height=420 +#height=420 +#lines=8 hide_scroll=true colors=../de-vars/colors/active/colors #key_expand=Right +dynamic_lines=true +line_wrap=word diff --git a/de/home/.config/wofi/style.css b/de/home/.config/wofi/style.css index 63dec5c..74fd908 100644 --- a/de/home/.config/wofi/style.css +++ b/de/home/.config/wofi/style.css @@ -46,10 +46,12 @@ window { background-color: @transparent-color; } -#text { +#text:selected:first-child { margin: 5px; color: @foreground-color; + background-color: red; text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color; + min-width: 200px; } #text:selected { color: @active-foreground-color;