]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/baryte
f934f98a957c2d29d6739f7c1304bbb94891343b
[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 "DP-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 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 output eDP-1 {
37   background ~/Pictures/Backgrounds/DSC02113.jpg fill
38   position 0 0
39   scale 2
40 }
41
42 output DP-1 {
43   background ~/Pictures/Backgrounds/DSC02111.jpg fill
44   position 0 0
45   scale 1
46 }
47
48 workspace 1 output eDP-1
49 workspace 3 output eDP-1
50 workspace 2 output DP-1
51 workspace 4 output DP-1
52
53 exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
54 exec mako&
55 exec zoom&