From 893d322bdfe52ec9ef318781d7c6d3b263fe421f Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 3 May 2019 10:22:14 +0200 Subject: [PATCH] Update polybar configuration Signed-off-by: Severin Kaderli --- system/.config/polybar/config | 9 +++++++++ system/.config/polybar/launch | 2 ++ 2 files changed, 11 insertions(+) diff --git a/system/.config/polybar/config b/system/.config/polybar/config index 13b406c..9033de2 100644 --- a/system/.config/polybar/config +++ b/system/.config/polybar/config @@ -54,6 +54,10 @@ scroll-down = i3wm-deskprev inherit = bar/top monitor = eDP1 +[bar/top3] +inherit = bar/top +monitor = DP2 + [bar/top-nvidia] inherit = bar/top monitor = HDMI-1-1 @@ -79,6 +83,11 @@ inherit = bar/bottom monitor = eDP1 tray-position = left +[bar/bottom3] +inherit = bar/bottom +monitor = DP2 +tray-position = left + [bar/bottom-nvidia] inherit = bar/bottom monitor = HDMI-1-1 diff --git a/system/.config/polybar/launch b/system/.config/polybar/launch index 24c0a00..1851fc9 100755 --- a/system/.config/polybar/launch +++ b/system/.config/polybar/launch @@ -22,8 +22,10 @@ while pgrep -x polybar >/dev/null; do sleep 1; done # Launch bar1 and bar2 polybar top & polybar top2 & +polybar top3 & polybar bottom & polybar bottom2 & +polybar bottom3 & polybar top-nvidia & polybar top2-nvidia &