]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Configure displays for baryte
authorMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Mon, 15 May 2023 15:10:53 +0000 (16:10 +0100)
committerMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Mon, 15 May 2023 15:10:53 +0000 (16:10 +0100)
states/sway/files/baryte

index e1b349137b07a59ec8fa28643a6546cc2faf3034..d236e051e41f41ab5c612e63c6f8b06e9e467d54 100644 (file)
@@ -16,6 +16,23 @@ bar {
   }
 }
 
+bar {
+  id bar_right_alt
+  status_command ~/.local/bin/conky-i3bar
+  position top
+  output HDMI-A-1
+  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_internal
   status_command ~/.local/bin/conky-i3bar
@@ -35,13 +52,19 @@ bar {
 
 output eDP-1 {
   background ~/Pictures/Backgrounds/DSC02113.jpg fill
-  position 0 270
+  position 230 1080
   scale 2
 }
 
 output "Acer Technologies VG270U P 0x00007D24" {
   background ~/Pictures/Backgrounds/DSC02111.jpg fill
-  position 1440 0
+  position 1670 810
+  scale 1
+}
+
+output HDMI-A-1 {
+  background ~/Pictures/Backgrounds/DSC02111.jpg fill
+  position 0 0
   scale 1
 }