From ef702ec038ffd2202355eea937ee7374438a6cf5 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 22 Aug 2023 12:17:17 +0200 Subject: [tofi] changed nord theme to be on top with 100% width --- config/hyprland/tofi/themes/nord | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config/hyprland/tofi') 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 -- cgit v1.2.3 From e09397267eac16e61fd9b4e406e9d4ab4f255f56 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 22 Aug 2023 21:49:10 +0200 Subject: [tofi] created logic groups ordered the config, colors together, options affecting size together ensoforth... --- config/hyprland/tofi/themes/nord | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'config/hyprland/tofi') diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index 5d8161f..c8a6192 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,7 +1,9 @@ ### Font font = monospace bold font-size = 12 +anchor=top +# colors text-color = #d8dee9 prompt-color = #81a1c1 placeholder-color = #4c566a @@ -9,26 +11,29 @@ input-color = #d8dee9 default-result-color = #88c0d0 selection-color = #5e81ac selection-match-color = #ffffff +background-color = #3b4252f2 +outline-color = #81a1c1 +border-color = #88c0d0 -prompt-text = "" -prompt-padding = 0 -placeholder-text = "..." -anchor=top-left - +# sizes width = 100% height = 20% -background-color = #3b4252f2 + +border-width = 2 outline-width = 0 -outline-color = #81a1c1 -border-width = 0 -border-color = #88c0d0 -corner-radius = 0 +prompt-padding = 0 padding-top = 5 padding-bottom = 5 padding-left = 5 padding-right = 5 +corner-radius = 0 + +# general +prompt-text = "" +placeholder-text = "..." + matching-algorithm = prefix require-match = false auto-accept-single = true -- cgit v1.2.3