feat: configure fuzzle

main
mandlm 2023-09-25 14:16:31 +02:00
parent 1f447a4b56
commit 1c66c5662e
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 7 additions and 2 deletions

View File

@ -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";
};
};
};
};
};