From 8838a9a96cee723d34f7266245708667bd86eab3 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 6 Mar 2023 13:28:39 +0100 Subject: [PATCH] feat(foot): use apl386 --- programs/foot.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/programs/foot.nix b/programs/foot.nix index 4f26ce2..0f6660d 100644 --- a/programs/foot.nix +++ b/programs/foot.nix @@ -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}''; };