diff options
author | cbreton <corentin.breton@fullsave.com> | 2019-11-18 08:42:41 +0100 |
---|---|---|
committer | cbreton <corentin.breton@fullsave.com> | 2019-11-18 08:46:56 +0100 |
commit | a525ed1cb39599218fd0c8213fef43355c33c390 (patch) | |
tree | 1ad0a9bc5a434c312ff488e86dd40800e258b7d6 /dotfiles/config/terminator | |
parent | 2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1 (diff) | |
download | dotfiles_dotdrop-a525ed1cb39599218fd0c8213fef43355c33c390.tar.xz dotfiles_dotdrop-a525ed1cb39599218fd0c8213fef43355c33c390.zip |
Add new profile
Diffstat (limited to 'dotfiles/config/terminator')
-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" |