diff --git a/.config/wofi/config b/.config/wofi/config index 7c949bf..53bfaaa 100644 --- a/.config/wofi/config +++ b/.config/wofi/config @@ -1,18 +1,17 @@ -hide_search=false hide_scroll=true -show=drun,run -width=700 -lines=7 +show=drun +width=25% +lines=10 line_wrap=word term=alacritty -location=middle allow_markup=true always_parse_args=true +show_all=true print_command=true layer=overlay +allow_images=true insensitive=true prompt= image_size=15 display_generic=true -line_wrap=word -key_expand=Tab +location=center diff --git a/.config/wofi/style.css b/.config/wofi/style.css index ce5c01e..c616d5f 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -5,6 +5,7 @@ Arc-Dark Color Scheme @define-color highlight #5294e2; @define-color base1 #404552; @define-color base2 #40455; +@define-color base3 #4b5160; *{ @@ -16,19 +17,20 @@ window { } #input { - margin-bottom: 10px; - border-radius: 3px; + margin-bottom: 15px; + padding:3px; + border-radius: 5px; border:none; color: white; } #inner-box { - background-color: @base2; + background-color: @base3; } #outer-box { - margin: 3px; + margin: 5px; padding:15px; background-color: @base2; }