From ff5b42a5ef362a00890fe4b4e955123dbe428459 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 20 Aug 2019 14:34:12 +0100 Subject: [PATCH 1/1] Reconfigure screens on barium --- states/sway/files/barium | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/states/sway/files/barium b/states/sway/files/barium index 18085df..384fd1a 100644 --- a/states/sway/files/barium +++ b/states/sway/files/barium @@ -2,7 +2,6 @@ # finds out, if available) bar { id bar_left - status_command ~/.local/bin/conky-i3bar position top output "HDMI-A-1" font pango:Liberation Mono 12 @@ -16,6 +15,22 @@ bar { } } +bar { + id bar_center + 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 + } +} + bar { id bar_right position top @@ -37,15 +52,19 @@ output HDMI-A-1 { background ~/Pictures/background_1080_1.png fit } +output eDP-1 { + position 1920 500 + background ~/Pictures/background_1080_1.png fit + scale 1.15 +} output DP-1 { - position 1920 0 + position 3840 0 background ~/Pictures/background_1080_1.png fit } -output eDP-1 disable - workspace 1 output HDMI-A-1 -workspace 2 output HDMI-A-1 +workspace 2 output eDP-1 +workspace 3 output DP-1 font pango:Liberation Mono 10 -- 2.45.2