diff --git a/.config/sway/larkbox/20-bar.conf b/.config/sway/larkbox/20-bar.conf new file mode 100644 index 0000000..cb8ed01 --- /dev/null +++ b/.config/sway/larkbox/20-bar.conf @@ -0,0 +1,14 @@ +# Sway config: Bar +# +# Reference: `man 5 sway-bar` +bar { + position bottom + + status_command py3status -c ~/.config/sway/$hostname/py3status.py + + colors { + statusline #ffffff + background #323232 + inactive_workspace #32323200 #32323200 #5c5c5c + } +} diff --git a/.config/sway/larkbox/30-input.conf b/.config/sway/larkbox/30-input.conf new file mode 100644 index 0000000..55ffc16 --- /dev/null +++ b/.config/sway/larkbox/30-input.conf @@ -0,0 +1,8 @@ +# Sway Config: Input Config +# +# Thurstylark + +# Set numlock on startup +input * xkb_numlock enabled + + diff --git a/.config/sway/larkbox/40-output.conf b/.config/sway/larkbox/40-output.conf new file mode 100644 index 0000000..4233282 --- /dev/null +++ b/.config/sway/larkbox/40-output.conf @@ -0,0 +1,15 @@ +# Sway config: Output +# +# Thurstylark + +set $omimon "Dell Inc. Dell AW3420DW 20X9D9990E2L" + + +# Sane default of 1080p60 +output * mode 1920x1080@60Hz + +output DP-1 mode 3440x1440@59Hz + +output $omimon mode 3440x1440@60Hz + +output * bg ~/.config/sway/$hostname/bg center #000000 diff --git a/.config/sway/larkbox/bg b/.config/sway/larkbox/bg new file mode 100644 index 0000000..d7e610a Binary files /dev/null and b/.config/sway/larkbox/bg differ