]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Reconfigure monitors on baryte
authorMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Wed, 16 Nov 2022 09:33:34 +0000 (09:33 +0000)
committerMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Wed, 16 Nov 2022 09:33:34 +0000 (09:33 +0000)
states/sway/files/baryte
states/sway/files/config.jinja

index f2176d0fd9167e24b49ce24f8c54a68403243cc4..f934f98a957c2d29d6739f7c1304bbb94891343b 100644 (file)
@@ -1,26 +1,9 @@
 
-bar {
-  id bar_left
-  status_command ~/.local/bin/conky-i3bar
-  position top
-  output "DP-3"
-  font pango:Liberation Mono 11
-  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
-  }
-}
-
 bar {
   id bar_right
   status_command ~/.local/bin/conky-i3bar
   position top
-  output "HDMI-A-1"
+  output "DP-1"
   font pango:Liberation Mono 11
   colors {
     background $black_super
@@ -53,29 +36,20 @@ bar {
 output eDP-1 {
   background ~/Pictures/Backgrounds/DSC02113.jpg fill
   position 0 0
-  scale 1
-  disable
+  scale 2
 }
 
-output DP-3 {
+output DP-1 {
   background ~/Pictures/Backgrounds/DSC02111.jpg fill
   position 0 0
   scale 1
 }
 
-output HDMI-A-1 {
-  background ~/Pictures/Backgrounds/DSC02121.jpg fill
-  position 2560 0
-  scale 1
-}
-
-
-workspace 2 output HDMI-A-1
-workspace 4 output HDMI-A-1
-workspace 1 output DP-3
-workspace 3 output DP-3
+workspace 1 output eDP-1
+workspace 3 output eDP-1
+workspace 2 output DP-1
+workspace 4 output DP-1
 
 exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
 exec mako&
-exec ~/.local/bin/monitor_switch_sway&
 exec zoom&
index 8185333790802a9e1433f01252fb381dd52fce72..1a12d9d5bb91844cea8b0ff52989438a247c7cd0 100644 (file)
@@ -265,6 +265,7 @@ bindsym $mod+Alt+l exec '{{ lockcmd }}'
 include /etc/sway/config.d/*
 # host specific section
 {%- do salt.log.error('sway/files/' + host) -%}
+
 {% include 'sway/files/' + host %}
 
 for_window [app_id="zoom" title="^zoom$"] border none, floating enable