feat: configure fuzzle
parent
1f447a4b56
commit
1c66c5662e
|
@ -14,9 +14,14 @@ in
|
||||||
main = {
|
main = {
|
||||||
terminal = "${pkgs.kitty}/bin/kitty";
|
terminal = "${pkgs.kitty}/bin/kitty";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
font = "DejaVu Sans Mono:size=10";
|
font = "DejaVu Sans Mono:size=12";
|
||||||
|
};
|
||||||
|
colors = {
|
||||||
|
background = "002b36ff";
|
||||||
|
border = "ffffffaa";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
colors.background = "55000000";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue