]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/barium
65d168b810428e00b4d5f8baa96ea0b9e12447d5
[max/saltfiles.git] / states / sway / files / barium
1 # Start i3bar to display a workspace bar (plus the system information i3status
2 # finds out, if available)
3 bar {
4   id bar_left
5   position top
6   output "HDMI-A-1"
7   font pango:Liberation Mono 12
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 12
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_right
38   status_command ~/.local/bin/conky-i3bar
39   position top
40   output "DP-1"
41   font pango:Liberation Mono 12
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
54 output HDMI-A-1 {
55   position 1920 0
56   background ~/Pictures/background_1080_1.png fit
57 }
58
59 output DP-1 {
60   position 0 540
61   background ~/Pictures/background_1080_1.png fit
62 }
63
64 output eDP-1 {
65   position 0 540
66   background ~/Pictures/background_1080_1.png fit
67   scale 1
68   disable
69 }
70
71
72 workspace 2 output HDMI-A-1
73 workspace 1 output DP-1
74
75 workspace $music output DP-1
76 workspace $chat output DP-1 
77
78 assign [class="music"] workspace $music
79 assign [app_id="music"] workspace $music
80 for_window [class="music"] move workspace number $music
81 for_window [app_id="music"] move workspace number $music
82 assign [class="zoom"] workspace $chat
83 for_window [class="zoom"] move workspace number $chat
84 assign [app_id="org.qutebrowser.qutebrowser"] workspace number $ws1
85
86 exec "termite --name 'music' -e 'tmux'"
87 exec "zoom"
88
89
90
91 font pango:Liberation Mono 10
92
93 # The built in keyboard of barium
94 input 1:1:AT_Translated_Set_2_keyboard {
95   xkb_layout gb 
96   xkb_variant colemak
97   xkb_options ctrl:nocaps
98 }
99
100 exec ~/.local/bin/monitor_switch&
101 exec mako&