36 lines
903 B
Nix
36 lines
903 B
Nix
{ ... }:
|
|
{
|
|
programs.tofi = {
|
|
enable = true;
|
|
settings = {
|
|
anchor = "top";
|
|
background-color = "#222222FF";
|
|
border-width = "0";
|
|
default-result-background = "#222222FF";
|
|
default-result-background-padding = "0";
|
|
font = "Hack";
|
|
font-size = "12";
|
|
height = "21";
|
|
hide-cursor = "true";
|
|
horizontal = "true";
|
|
input-background = "#222222FF";
|
|
input-color = "#FFFFFF";
|
|
min-input-width = "240";
|
|
outline-width = "0";
|
|
padding-bottom = "0";
|
|
padding-left = "8";
|
|
padding-right = "0";
|
|
padding-top = "0";
|
|
prompt-background = "#222222FF";
|
|
prompt-color = "#FFFFFF";
|
|
prompt-text = "\"\"";
|
|
result-spacing = "16";
|
|
selection-background = "#005577FF";
|
|
selection-color = "#FFFFFF";
|
|
text-cursor = "true";
|
|
text-cursor-style = "bar";
|
|
width = "100%";
|
|
};
|
|
};
|
|
}
|