Skip to content

Commit

Permalink
feat(home/tofi): configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Jun 17, 2024
1 parent 5f0b398 commit 59db3f4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions home/programs/tofi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ in
programs.tofi = {
enable = true;
catppuccin.enable = true;
settings = {
font = "CaskaydiaCove Nerd Font";
font-features = "calt, ss01";

text-cursor-style = "bar";

prompt-text = " ";
prompt-padding = 20;
num-results = 0;
result-spacing = 5;

width = 1280;
height = 720;
outline-width = 0;
border-width = 0;
padding-top = 20;
padding-bottom = 20;
padding-left = 20;
padding-right = 20;
clip-to-padding = true;

hide-cursor = true;
text-cursor = true;
matching-algorithm = "fuzzy";
};
};
};
}

0 comments on commit 59db3f4

Please sign in to comment.