]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/sway/files/barium
Reconfigure screens on barium
[max/saltfiles.git] / states / sway / files / barium
index e690189e2ffcfe00c09e3aa10143f88028e84b5f..384fd1a1fd4c9dd1379d70442383a5beffb6fa11 100644 (file)
@@ -1,7 +1,22 @@
 # Start i3bar to display a workspace bar (plus the system information i3status
 # finds out, if available)
 bar {
-  id bar
+  id bar_left
+  position top
+  output "HDMI-A-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
+  }
+}
+
+bar {
+  id bar_center
   status_command ~/.local/bin/conky-i3bar
   position top
   output "eDP-1"
@@ -16,11 +31,40 @@ bar {
   }
 }
 
-output eDP-1 {
+bar {
+  id bar_right
+  position top
+  output "DP-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
+  }
+}
+
+
+output HDMI-A-1 {
   position 0 0
   background ~/Pictures/background_1080_1.png fit
 }
 
+output eDP-1 {
+  position 1920 500
+  background ~/Pictures/background_1080_1.png fit
+  scale 1.15
+}
+output DP-1 {
+  position 3840 0
+  background ~/Pictures/background_1080_1.png fit
+}
+
+workspace 1 output HDMI-A-1
+workspace 2 output eDP-1
+workspace 3 output DP-1
 
 
 font pango:Liberation Mono 10