{% if grains['host'] == 'magnesium' %}
{% set font_size = 12 %}
+{% elif grains['host'] == 'barium' %}
+ {% set font_size = 12 %}
{% else %}
{% set font_size = 11 %}
{% endif %}
+{% if grains['host'] == 'barium' %}
+ {% set font_family = 'Source Code Pro' %}
+{% else %}
+ {% set font_family = 'Source Code Pro for Powerline' %}
+{% endif %}
+
[options]
#allow_bold = true
#audible_bell = false
#clickable_url = true
#dynamic_title = true
-font = Source Code Pro for Powerline {{ font_size }}
+font = {{ font_family }} {{ font_size }}
#fullscreen = true
#geometry = 640x480
#icon_name = terminal