36 lines
851 B
Nix
36 lines
851 B
Nix
{
|
|
programs.tofi.enable = true;
|
|
programs.tofi.settings = {
|
|
history = true;
|
|
text-cursor = true;
|
|
text-cursor-style = "underscore";
|
|
text-cursor-corner-radius = 0;
|
|
auto-accept-single = true;
|
|
|
|
font = "monospace";
|
|
text-color = "#C8C093";
|
|
prompt-text = "ᐢ˙꒳˙ᐢ <";
|
|
prompt-padding = 20;
|
|
prompt-color = "#C8C093";
|
|
placeholder-text = "Hello, World!";
|
|
placeholder-color = "#49443C";
|
|
selection-color = "#76946A";
|
|
selection-match-color = "#98BB6C";
|
|
num-results = 0;
|
|
|
|
width = 1280;
|
|
height = 720;
|
|
result-spacing = 8;
|
|
background-color = "#1F1F28";
|
|
outline-width = 0;
|
|
outline-color = "#000000";
|
|
border-width = 6;
|
|
border-color = "#727169";
|
|
corner-radius = 50;
|
|
padding-top = 20;
|
|
padding-bottom = 20;
|
|
padding-left = 100;
|
|
padding-right = 100;
|
|
};
|
|
}
|