]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Make some i3 config changes for rhenium
authorMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 9 Feb 2021 21:01:38 +0000 (21:01 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 9 Feb 2021 21:01:38 +0000 (21:01 +0000)
bootstrap.sh
states/i3/files/config.jinja
states/termite/files/config

index 721f8b36728b4ab6ad127c39b6e992ae7f9515a5..1f1b001dc32f455a9090efc987865de15068e369 100644 (file)
@@ -8,9 +8,7 @@ install_salt() {
        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 \
index 82ca6d42e67defa06e94d0224df7dd150517852e..1cda1ce82e01bb4e2c9a66e40f1f04e4432d9997 100644 (file)
@@ -273,6 +273,7 @@ for_window [class="zoom"] move workspace $chat
 
 exec "termite --name 'music' -e 'tmux'"
 exec "zoom"
+
 {% elif host == 'dubnium' %}
 bar {
   id bar_left
@@ -309,6 +310,24 @@ bar {
 
 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
index c81a2ff203358104164f23cd312978445df03f06..dc8e33920119f80e19d1d6b05bb4daf8e44bca7c 100644 (file)
@@ -1,5 +1,5 @@
 {% if grains['host'] in ['rhenium', ] %}
-       {% set font_size = 10 %}
+       {% set font_size = 16 %}
 {% elif grains['host'] in ['dubnium', ] %}
        {% set font_size = 13 %}
 {% else %}