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