diff options
-rw-r--r-- | config/wayland/tofi/themes/base16 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/config/wayland/tofi/themes/base16 b/config/wayland/tofi/themes/base16 index b18efb4..ce285cf 100644 --- a/config/wayland/tofi/themes/base16 +++ b/config/wayland/tofi/themes/base16 @@ -7,17 +7,18 @@ prompt-text = "" prompt-padding = 0 placeholder-text = "..." -width = 20% +width = 100% height = 20% -outline-width = 0 + border-width = 2 -corner-radius = 26 +outline-width = 0 + +corner-radius = 0 -padding-top = 0 -padding-bottom = 0 -padding-left = 0 -# padding-left = 7% -padding-right = 0 +padding-top = 5 +padding-bottom = 5 +padding-left = 5 +padding-right = 5 matching-algorithm = prefix require-match = false |