aboutsummaryrefslogtreecommitdiff
path: root/modules/tofi.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-05-11 13:59:01 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-05-11 13:59:01 -0400
commita69e53630f1ce1d47f6d8180368b0fee5f73b670 (patch)
tree06da0c3b7dc853b09968ad7bade5767aef18e171 /modules/tofi.nix
parent69bb144de6088251e1891b1c319ec8000d859a06 (diff)
downloadhome-a69e53630f1ce1d47f6d8180368b0fee5f73b670.tar.gz
update
Diffstat (limited to 'modules/tofi.nix')
-rw-r--r--modules/tofi.nix38
1 files changed, 19 insertions, 19 deletions
diff --git a/modules/tofi.nix b/modules/tofi.nix
index 801aecf..62c821d 100644
--- a/modules/tofi.nix
+++ b/modules/tofi.nix
@@ -15,17 +15,23 @@ in
enable = true;
settings = {
# font = "ComicShannsMono Nerd Font Mono 10";
- font = "BerkeleyMonoPatched Nerd Font 10";
- "font-size" = 15;
-
- width = "60%";
- height = "50%";
-
- "text-color" = scheme.base05;
+ # font = "GoMono Nerd Font Propo";
+ font = "Fanwood Text";
+ "font-size" = 24;
+
+ # width = "60%";
+ # height = "50%";
+ width = "100%";
+ height = "100%";
+ padding-left = "35%";
+ padding-top = "35%";
+
+ input-color = scheme.base05;
+ "text-color" = scheme.base02;
"placeholder-color" = scheme.base00;
- "selection-background" = scheme.base01; #151515
- "selection-color" = scheme.base0B;
+ "selection-background" = scheme.base00; #151515
+ "selection-color" = scheme.base05;
"selection-background-padding"= "0, -1";
"text-cursor-style"="bar";
@@ -34,17 +40,11 @@ in
"prompt-text"="\"\"";
"background-color"=scheme.base00;
+ num-results = 5;
- "outline-width" = 2;
- "outline-color" = scheme.base01;
-
- "border-width"=0;
- "border-color"="#00000000";
-
-
- "corner-radius"=8;
-
- "text-cursor" = true;
+ "outline-width" = 0;
+ "border-width" = 0;
+ hide-cursor = true;
"hidden-character" = "";
terminal = "foot";
ascii-input = true;