]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/dubnium
Create dirs
[max/saltfiles.git] / states / sway / files / dubnium
1 # Start i3bar to display a workspace bar (plus the system information i3status
2 # finds out, if available)
3 bar {
4   id bar
5   status_command conky-i3bar
6   position top
7   output "DP-1"
8   font pango:Liberation Mono 11
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 font pango:Liberation Mono 11
20
21 set $mod Mod1
22
23 output DP-1 {
24     background ~/Pictures/background.png center
25 }