From 933d252aafeca8623a5a5977876fdc58fba06686 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 28 Jul 2019 19:29:28 -0500 Subject: [PATCH] Polybar: Add secondary bar --- .config/polybar/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/polybar/config b/.config/polybar/config index 866a2aec..dde37a2c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -64,6 +64,13 @@ border-top-size = 1 modules-left = i3 cpu memory battery temp modules-right = backlight pulse date +[bar/secondary] +monitor = ${env:PB_MONITOR:eDP-1} +inherit = template/bar +border-top-size = 1 + +modules-right = date temp battery memory cpu i3 + # ==================== # MODULES # ====================