Remove 'toolbox' configs

superceded by 'fedora'
This commit is contained in:
John Mertz 2024-01-31 21:27:54 -07:00
parent 4283aa4dea
commit d1d2e56cbb
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
2 changed files with 0 additions and 73 deletions

View File

@ -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"

View File

@ -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"