fucking with tofi

This commit is contained in:
2025-11-06 23:53:44 -06:00
parent a0c728f147
commit eef41bbca8
2 changed files with 23 additions and 5 deletions

View File

@@ -16,11 +16,10 @@ in {
programs.${program} = {
enable = true;
settings = {
#anchor = "top";
anchor = "center";
#width = "100%";
#height = 25;
#horizontal = true;
anchor = "top";
width = "100%";
height = 25;
horizontal = true;
font-size = lib.mkDefault 12;
prompt-text = " select: ";
outline-width = 0;

View File

@@ -0,0 +1,19 @@
anchor = top
width = 100%
height = 25
horizontal = true
font-size = 12
prompt-text = " select: "
font = ~/.local/share/fonts/ttf/UbuntuMonoNerdFontMono-Regular.ttf
outline-width = 0
border-width = 0
corner-radius = 9
background-color = #2f1730
selection-color = #ffffff
text-color = #888888
min-input-width = 120
result-spacing = 15
padding-top = 0
padding-bottom = 0
padding-left = 0
padding-right = 0