diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 12:17:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 12:17:17 +0200 |
commit | ef702ec038ffd2202355eea937ee7374438a6cf5 (patch) | |
tree | f73d56488b649f190a464724b0111920d935915b /config | |
parent | 62b93ec2d8ca2aa0cdfb0192ca885a72848edcd0 (diff) |
[tofi] changed nord theme to be on top with 100% width
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/tofi/themes/nord | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index cf78b5c..5d8161f 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -13,21 +13,21 @@ selection-match-color = #ffffff prompt-text = "" prompt-padding = 0 placeholder-text = "..." +anchor=top-left -width = 20% +width = 100% height = 20% -background-color = #2e3440f0 +background-color = #3b4252f2 outline-width = 0 outline-color = #81a1c1 -border-width = 2 +border-width = 0 border-color = #88c0d0 -corner-radius = 26 +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 |