]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/termite/files/config
Use font size 11 on all machines
[max/saltfiles.git] / states / termite / files / config
index 7f65f91fe68fb0c4c19e582be6666dcca1331f1a..11ce2cf28a5510cb9935d0da30c8535d395fc3dd 100644 (file)
@@ -1,7 +1,9 @@
-{% if grains['host'] == 'magnesium' %}
-       {% set font_size = 12 %}
+{% set font_size = 11 %}
+
+{% if grains['host'] in ['barium', 'dubnium', 'rhenium'] %}
+       {% set font_family = 'Source Code Pro' %}
 {% else %}
-       {% set font_size = 11 %}
+       {% set font_family = 'Source Code Pro for Powerline' %}
 {% endif %}
 
 [options]
@@ -9,7 +11,7 @@
 #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