]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/magnesium
Configure some moar
[max/saltfiles.git] / states / sway / files / magnesium
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   status_command ~/.local/bin/conky-i3bar
6   position top
7   output "HDMI-A-3"
8   font pango:Liberation Mono 10
9   colors {
10     background $black_super
11     focused_background $black
12     focused_workspace $black_super $yellow_super $black
13     active_workspace $black_super $blue_super $black
14     inactive_workspace $black_super $black_super $white_super
15     urgent_workspace $black $red_super $white
16   }
17 }
18
19 bar {
20   id bar_right
21   position top
22   output "HDMI-A-2"
23   font pango:Liberation Mono 10
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
35 workspace 1 output HDMI-A-3
36 workspace 2 output HDMI-A-2
37
38 output HDMI-A-2 {
39   position 0 1080
40   background ~/Pictures/background_1080_1.png fit
41 }
42
43 output HDMI-A-3 {
44   position 0 0
45   background ~/Pictures/background_1080_2.png fit
46 }
47
48
49
50 font pango:Liberation Mono 8
51
52 input 1241:36:HOLDCHIP_USB_Keyboard {
53   xkb_layout us
54   xkb_variant colemak
55   xkb_options ctrl:nocaps
56 }