]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/baryte
Configure some moar
[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   background ~/Pictures/Backgrounds/DSC02113.jpg fill
55   position 0 0
56   scale 1
57   disable
58 }
59
60 output DP-3 {
61   background ~/Pictures/Backgrounds/DSC02111.jpg fill
62   position 0 0
63   scale 1
64 }
65
66 output HDMI-A-1 {
67   background ~/Pictures/Backgrounds/DSC02121.jpg fill
68   position 2560 0
69   scale 1
70 }
71
72
73 workspace 2 output HDMI-A-1
74 workspace 4 output HDMI-A-1
75 workspace 1 output DP-3
76 workspace 3 output DP-3
77
78 exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
79 exec mako&
80 exec ~/.local/bin/monitor_switch_sway&