feat(foot): use apl386

This commit is contained in:
buffet 2023-03-06 13:28:39 +01:00
parent 44086a09b3
commit 8838a9a96c

View file

@ -11,12 +11,14 @@
bright = dehash theme.bright;
in {
main = {
font = "${theme.font.family}:size=${toString (theme.font.size - 2)}";
font-italic = "${theme.font.family}:size=${toString (theme.font.size - 2)}";
font-bold-italic = "${theme.font.family}:style=Bold:size=${toString (theme.font.size - 2)}";
font = "${theme.font.family}:size=${toString (theme.font.size - 1)}";
#font-italic = "${theme.font.family}:size=${toString (theme.font.size - 2)}";
#font-bold-italic = "${theme.font.family}:style=Bold:size=${toString (theme.font.size - 2)}";
pad = "${toString theme.font.size}x${toString theme.font.size}";
};
scrollback.lines = 10000;
url = {
launch = ''firefox ''${url}'';
};