sudo sh "${bootstrap}" -P
}
-if ! which $SALT_CMD > /dev/null; then
- install_salt
-fi
+which $SALT_CMD > /dev/null || install_salt
if [[ ! $1 ]]; then
sudo $SALT_CMD \
exec "termite --name 'music' -e 'tmux'"
exec "zoom"
+
{% elif host == 'dubnium' %}
bar {
id bar_left
workspace 1 output DVI-D-1
workspace 2 output DP-1
+
+{% elif host == 'rhenium' %}
+bar {
+ id bar_right
+ status_command ~/.local/bin/conky-i3bar
+ position top
+ output "eDP-1"
+ font pango:Liberation Mono 12
+ colors {
+ background $black_super
+ focused_background $black
+ focused_workspace $black_super $yellow_super $black
+ active_workspace $black_super $blue_super $black
+ inactive_workspace $black_super $black_super $white_super
+ urgent_workspace $black $red_super $white
+ separator $white
+ }
+}
{% endif %}
exec mako
{% if grains['host'] in ['rhenium', ] %}
- {% set font_size = 10 %}
+ {% set font_size = 16 %}
{% elif grains['host'] in ['dubnium', ] %}
{% set font_size = 13 %}
{% else %}