diff --git a/de/home/.config/wofi/config b/de/home/.config/wofi/config index a912b45..700ed52 100644 --- a/de/home/.config/wofi/config +++ b/de/home/.config/wofi/config @@ -5,4 +5,4 @@ hide_scroll=true colors=../de-vars/colors/active/colors #key_expand=Right dynamic_lines=true -line_wrap=word +line_wrap=char diff --git a/de/home/.config/wofi/style.css b/de/home/.config/wofi/style.css index 74fd908..d82c624 100644 --- a/de/home/.config/wofi/style.css +++ b/de/home/.config/wofi/style.css @@ -46,12 +46,12 @@ window { background-color: @transparent-color; } -#text:selected:first-child { +#text { margin: 5px; + padding: 0px 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; @@ -61,7 +61,7 @@ window { border: 0px solid @transparent-color; border-radius: 10px; background-color: @button-background-color; - margin:10px 10px; +/* margin:10px 10px;*/ min-height: 40px; } #entry:selected {