diff --git a/alacritty/toolbox-ephemeral.toml b/alacritty/toolbox-ephemeral.toml deleted file mode 100644 index e94181745..000000000 --- a/alacritty/toolbox-ephemeral.toml +++ /dev/null @@ -1,15 +0,0 @@ -import = ["/var/home/jpm/.dotfiles/alacritty/alacritty.toml", "/var/home/jpm/.dotfiles/alacritty/toolbox.toml"] - -[env] -TERM_TITLE = "Alacritty (Fedora Ephemeral)" - -[shell] -args = ["ephemeral", "-i", "fedora:37"] -program = "/usr/bin/distrobox" - -[window] -title = "Alacritty - Fedora (Ephemeral)" - -[window.class] -general = "Alacritty-toolbox-ephemeral" -instance = "Alacritty-toolbox-ephemeral" diff --git a/alacritty/toolbox.toml b/alacritty/toolbox.toml deleted file mode 100644 index 52ce76e86..000000000 --- a/alacritty/toolbox.toml +++ /dev/null @@ -1,58 +0,0 @@ -import = ["/var/home/jpm/.dotfiles/alacritty/alacritty.toml"] - -[colors.bright] -black = "#5E5C64" -blue = "#83A598" -cyan = "#8EC07C" -green = "#B8BB26" -magenta = "#D3869B" -red = "#FB4934" -white = "#EBDBB2" -yellow = "#FABD2F" - -[colors.normal] -black = "#282828" -blue = "#458588" -cyan = "#689D6A" -green = "#98971A" -magenta = "#B16386" -red = "#CC240A" -white = "#A89984" -yellow = "#D79921" - -[colors.primary] -background = "#282828" -foreground = "#EBDBB2" - -[env] -TERM_TITLE = "Alacritty (Fedora)" - -[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", "toolbox"] -program = "/usr/bin/distrobox" - -[window] -title = "Alacritty - Fedora (Distrobox)" - -[window.class] -general = "Alacritty-toolbox" -instance = "Alacritty-toolbox"