]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/baryte
63f8e503c8bf3d9d5463d9fc9e372866d8e1ff13
[max/saltfiles.git] / states / sway / files / baryte
1
2 bar {
3   id bar_right
4   status_command ~/.local/bin/conky-i3bar
5   position top
6   output "HDMI-A-1"
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_internal
21   status_command ~/.local/bin/conky-i3bar
22   position top
23   output "eDP-1"
24   font pango:Liberation Mono 10
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 output eDP-1 {
37   background ~/Pictures/Backgrounds/DSC02113.jpg fill
38   position 0 270
39   scale 2
40 }
41
42 output HDMI-A-1 {
43   background ~/Pictures/Backgrounds/DSC02111.jpg fill
44   position 1440 0
45   scale 1
46 }
47
48 workspace 1 output eDP-1
49 workspace 3 output eDP-1
50 workspace 2 output HDMI-A-1
51 workspace 4 output HDMI-A-1
52
53 exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
54 exec mako&
55 exec zoom&