]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/barium
Merge branch 'master' of https://git.friedersdorff.com/max/saltfiles
[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_center
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   position top
37   output "DP-1"
38   font pango:Liberation Mono 12
39   colors {
40     background $black_super
41     focused_background $black
42     focused_workspace $black_super $yellow_super $black
43     active_workspace $black_super $blue_super $black
44     inactive_workspace $black_super $black_super $white_super
45     urgent_workspace $black $red_super $white
46   }
47 }
48
49
50 output HDMI-A-1 {
51   position 0 0
52   background ~/Pictures/background_1080_1.png fit
53 }
54
55 output eDP-1 {
56   position 1920 530
57   background ~/Pictures/background_1080_1.png fit
58   scale 1.15
59 }
60 output DP-1 {
61   position 3590 0
62   background ~/Pictures/background_1080_1.png fit
63 }
64
65 workspace 1 output HDMI-A-1
66 workspace 2 output eDP-1
67 workspace 3 output DP-1
68
69
70 font pango:Liberation Mono 10
71
72 # The built in keyboard of barium
73 input 1:1:AT_Translated_Set_2_keyboard {
74   xkb_layout gb 
75   xkb_variant colemak
76   xkb_options ctrl:nocaps
77 }
78
79 exec dunst&