From 3cd6b4b34d4c67a22eed2dc1db24e92b18f380e9 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 6 Aug 2019 09:27:27 +0100 Subject: [PATCH] Add barium specific sway config --- states/sway/files/barium | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 states/sway/files/barium diff --git a/states/sway/files/barium b/states/sway/files/barium new file mode 100644 index 0000000..e690189 --- /dev/null +++ b/states/sway/files/barium @@ -0,0 +1,32 @@ +# Start i3bar to display a workspace bar (plus the system information i3status +# finds out, if available) +bar { + id bar + status_command ~/.local/bin/conky-i3bar + position top + output "eDP-1" + font pango:Liberation Mono 12 + colors { + background $black_super + focused_background $black + focused_workspace $black_super $yellow_super $black + active_workspace $black_super $blue_super $black + inactive_workspace $black_super $black_super $white_super + urgent_workspace $black $red_super $white + } +} + +output eDP-1 { + position 0 0 + background ~/Pictures/background_1080_1.png fit +} + + + +font pango:Liberation Mono 10 + +input type:keyboard { + xkb_layout gb + xkb_variant colemak + xkb_options ctrl:nocaps +} -- 2.45.2