From 86f20a23d68006751490d80c7955ac01567e8fad Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 6 Aug 2019 13:02:20 +0100 Subject: [PATCH] Add background to second screen --- states/sway/files/barium | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/states/sway/files/barium b/states/sway/files/barium index e690189..71ac738 100644 --- a/states/sway/files/barium +++ b/states/sway/files/barium @@ -1,7 +1,7 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - id bar + id bar_left status_command ~/.local/bin/conky-i3bar position top output "eDP-1" @@ -16,11 +16,31 @@ bar { } } +bar { + id bar_right + position top + output "HDMI-A-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 } +output HDMI-A-1 { + position 1920 0 + background ~/Pictures/background_1080_1.png fit +} font pango:Liberation Mono 10 -- 2.44.0