From 31b578a6516a286e993fb54d0545c791e1f7bf25 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 4 Aug 2022 01:38:23 +0530 Subject: polybar: second bar and nord color scheme Signed-off-by: listout --- .config/polybar/launch.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.config/polybar/launch.sh') diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 9190a54..60fbe39 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -9,5 +9,6 @@ export DEFAULT_NETWORK_INTERFACE=$(ip route | grep '^default' | awk '{print $5}' killall -q polybar echo "---" | tee -a /tmp/polybar1.log polybar mybar 2>&1 | tee -a /tmp/polybar1.log & disown +polybar mybar_external 2>&1 | tee -a /tmp/polybar_ext.log & disown echo "Bar launched" -- cgit v1.2.3