diff options
Diffstat (limited to '')
-rw-r--r-- | dotfiles/config/terminator/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/config/terminator/config b/dotfiles/config/terminator/config index ef2de93..351e593 100644 --- a/dotfiles/config/terminator/config +++ b/dotfiles/config/terminator/config @@ -13,7 +13,11 @@ [profiles] [[default]] cursor_color = "#aaaaaa" + {%@@ if profile == "pegasus" @@%} + font = Monoid Nerd Font Light Semi-Condensed 7.5 + {%@@ else @@%} font = Monoid Nerd Font Light Semi-Condensed 7 + {%@@ endif @@%} foreground_color = "#ffffff" icon_bell = False palette = "#000000:#aa0000:#00aa00:#aa5500:#3465a4:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#729fcf:#ff55ff:#55ffff:#ffffff" |