]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Handling of rheninum (laptop arch)
authorMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 12 Sep 2019 06:57:46 +0000 (07:57 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 12 Sep 2019 06:57:46 +0000 (07:57 +0100)
states/conky/files/conkyrc
states/sway/files/rhenium [new file with mode: 0644]
states/termite/files/config

index b5791c16afb2b334dc2bec9ee336ca75a86f7a71..e1c52a6bcf11b34712193af5b2269fecaf7fd3a3 100644 (file)
@@ -6,6 +6,8 @@
        {% set ifdev = 'wlp2s0' %}
 {% elif grains['host'] == 'barium' %}
        {% set ifdev = 'enp3s0f1' %}
+{% elif grains['host'] == 'rhenium' %}
+       {% set ifdev = 'wlp2s0' %}
 {% else %}
        {% set ifdev = 'eth0' %}
 {% endif %}
diff --git a/states/sway/files/rhenium b/states/sway/files/rhenium
new file mode 100644 (file)
index 0000000..c8291cf
--- /dev/null
@@ -0,0 +1,39 @@
+# Start i3bar to display a workspace bar (plus the system information i3status
+# finds out, if available)
+bar {
+  id bar_left
+  status_command conky-i3bar
+  position top
+  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
+  }
+}
+
+font pango:Liberation Mono 10
+
+output eDP-1 {
+       scale 2
+       position 0 0
+       background ~/Pictures/background_1800.png center
+}
+
+output HDMI-A-2 {
+       scale 1
+       position 3200 0
+       background ~/Pictures/background_1440.png fill
+}
+
+input * {
+  xkb_layout gb
+  xkb_variant colemak
+  xkb_options ctrl:nocaps
+}
+
+# Disable tap-to-click on touchpad to prevent jerkyness
+input type:touch tap disable
index a4894163bc9c3d675694e367874c73976f3b6e1c..97ccbae8cd701953e7ccaa1009a68118a70c826f 100644 (file)
@@ -6,7 +6,7 @@
        {% set font_size = 11 %}
 {% endif %}
 
-{% if grains['host'] == 'barium' %}
+{% if grains['host'] == 'barium' or grains['host'] == 'rhenium' %}
        {% set font_family = 'Source Code Pro' %}
 {% else %}
        {% set font_family = 'Source Code Pro for Powerline' %}