]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/baryte
d3114d8dac566f90be2cdce21d42e01a9f2575ee
[max/saltfiles.git] / states / sway / files / baryte
1
2 bar {
3   id bar_left
4   status_command ~/.local/bin/conky-i3bar
5   position top
6   output "DP-3"
7   font pango:Liberation Mono 11
8   colors {
9     background $black_super
10     focused_background $black
11     focused_workspace $black_super $yellow_super $black
12     active_workspace $black_super $blue_super $black
13     inactive_workspace $black_super $black_super $white_super
14     urgent_workspace $black $red_super $white
15     separator $white
16   }
17 }
18
19 bar {
20   id bar_right
21   status_command ~/.local/bin/conky-i3bar
22   position top
23   output "HDMI-A-1"
24   font pango:Liberation Mono 11
25   colors {
26     background $black_super
27     focused_background $black
28     focused_workspace $black_super $yellow_super $black
29     active_workspace $black_super $blue_super $black
30     inactive_workspace $black_super $black_super $white_super
31     urgent_workspace $black $red_super $white
32     separator $white
33   }
34 }
35
36 bar {
37   id bar_internal
38   status_command ~/.local/bin/conky-i3bar
39   position top
40   output "eDP-1"
41   font pango:Liberation Mono 11
42   colors {
43     background $black_super
44     focused_background $black
45     focused_workspace $black_super $yellow_super $black
46     active_workspace $black_super $blue_super $black
47     inactive_workspace $black_super $black_super $white_super
48     urgent_workspace $black $red_super $white
49     separator $white
50   }
51 }
52
53 output eDP-1 {
54   position 0 0
55   scale 1
56   disable
57 }
58
59 output DP-3 {
60   position 0 0
61   scale 1
62 }
63
64 output HDMI-A-1 {
65   position 2560 0
66   scale 1.5
67 }
68
69
70 workspace 2 output HDMI-A-1
71 workspace 4 output HDMI-A-1
72 workspace 1 output DP-3
73 workspace 3 output DP-3