feat(foot): use apl386
This commit is contained in:
parent
44086a09b3
commit
8838a9a96c
1 changed files with 5 additions and 3 deletions
|
@ -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}'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue