diff options
-rw-r--r-- | config.yaml | 1 | ||||
-rw-r--r-- | dotfiles/config/alacritty/alacritty.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 7f5d49a..77452b0 100644 --- a/config.yaml +++ b/config.yaml @@ -17,3 +17,4 @@ profiles: fenec: dotfiles: - d_i3pystatus + - d_alacritty diff --git a/dotfiles/config/alacritty/alacritty.yml b/dotfiles/config/alacritty/alacritty.yml index 2b1f4ff..d6c9714 100644 --- a/dotfiles/config/alacritty/alacritty.yml +++ b/dotfiles/config/alacritty/alacritty.yml @@ -103,7 +103,11 @@ font: #style: Italic # Point size + {%@@ if profile == "unicorn" @@%} size: 8.0 + {%@@ elif profile == "fenec" @@%} + size: 7.0 + {%@@ endif @@%} # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. |