use tofi
This commit is contained in:
33
home.nix
33
home.nix
@@ -106,6 +106,39 @@
|
||||
};
|
||||
};
|
||||
|
||||
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%";
|
||||
};
|
||||
};
|
||||
|
||||
programs.retroarch = {
|
||||
enable = true;
|
||||
cores = {
|
||||
|
||||
Reference in New Issue
Block a user