]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/barium
dce5e5f94c4bfa5bd5d7fc8a81be05c2d062cf7f
[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   }
16 }
17
18 bar {
19   id bar_external
20   status_command ~/.local/bin/conky-i3bar
21   position top
22   output "eDP-1"
23   font pango:Liberation Mono 12
24   colors {
25     background $black_super
26     focused_background $black
27     focused_workspace $black_super $yellow_super $black
28     active_workspace $black_super $blue_super $black
29     inactive_workspace $black_super $black_super $white_super
30     urgent_workspace $black $red_super $white
31   }
32 }
33
34 bar {
35   id bar_right
36   status_command ~/.local/bin/conky-i3bar
37   position top
38   output "DP-1"
39   font pango:Liberation Mono 12
40   colors {
41     background $black_super
42     focused_background $black
43     focused_workspace $black_super $yellow_super $black
44     active_workspace $black_super $blue_super $black
45     inactive_workspace $black_super $black_super $white_super
46     urgent_workspace $black $red_super $white
47   }
48 }
49
50
51 output HDMI-A-1 {
52   position 1920 0
53   background ~/Pictures/background_1080_1.png fit
54 }
55
56 output DP-1 {
57   position 0 540
58   background ~/Pictures/background_1080_1.png fit
59 }
60
61 output eDP-1 {
62   position 0 540
63   background ~/Pictures/background_1080_1.png fit
64   scale 1
65   disable
66 }
67
68
69 workspace 2 output HDMI-A-1
70 workspace 1 output DP-1
71
72 workspace $music output DP-1
73 workspace $chat output DP-1 
74
75 assign [class="music"] workspace $music
76 assign [app_id="music"] workspace $music
77 for_window [class="music"] move workspace number $music
78 for_window [app_id="music"] move workspace number $music
79 assign [class="zoom"] workspace $chat
80 for_window [class="zoom"] move workspace number $chat
81 assign [app_id="org.qutebrowser.qutebrowser"] workspace number $ws1
82
83 exec "termite --name 'music' -e 'tmux'"
84 exec "zoom"
85
86
87
88 font pango:Liberation Mono 10
89
90 # The built in keyboard of barium
91 input 1:1:AT_Translated_Set_2_keyboard {
92   xkb_layout gb 
93   xkb_variant colemak
94   xkb_options ctrl:nocaps
95 }
96
97 exec dunst&
98 exec ~/.local/bin/monitor_switch&