From 25a0523524bb1b612cf4cddb241cde5f3236642f Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 16 Aug 2024 21:06:29 -0600 Subject: [PATCH] Add B+W config for eInk display --- alacritty/fedora-eink.toml | 58 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 alacritty/fedora-eink.toml diff --git a/alacritty/fedora-eink.toml b/alacritty/fedora-eink.toml new file mode 100644 index 000000000..22f877030 --- /dev/null +++ b/alacritty/fedora-eink.toml @@ -0,0 +1,58 @@ +import = ["/var/home/jpm/.dotfiles/alacritty/fedora.toml"] + +[colors.bright] +black = "#000000" +blue = "#202020" +yellow = "#202020" +cyan = "#404040" +red = "#404040" +green = "#606060" +magenta = "#606060" +white = "#ffffff" + +[colors.normal] +black = "#000000" +blue = "#202020" +yellow = "#202020" +cyan = "#404040" +red = "#404040" +green = "#606060" +magenta = "#606060" +white = "#ffffff" + +[colors.primary] +background = "#ffffff" +foreground = "#000000" + +[env] +TERM_TITLE = "Alacritty (Fedora eInk)" + +[font] +size = 11.0 + +[font.bold] +family = "Anonymice Nerd Font" +style = "Bold" + +[font.bold_italic] +family = "Anonymice Nerd Font" +style = "SemiBold" + +[font.italic] +family = "Anonymice Nerd Font" +style = "Light" + +[font.normal] +family = "Anonymice Nerd Font" +style = "Regular" + +[shell] +args = ["enter", "fedora"] +program = "/usr/bin/distrobox" + +[window] +title = "Alacritty - Fedora (Distrobox) eInk" + +[window.class] +general = "Alacritty-fedora-eink" +instance = "Alacritty-fedora-eink"