From 2f4a304a7570d02ca25a048b7e2af13cf7c08d6b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 7 Dec 2019 16:28:00 -0500 Subject: polybar update --- .local/bin/launch_polybar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.local') diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar index ea383cc..51c8e91 100755 --- a/.local/bin/launch_polybar +++ b/.local/bin/launch_polybar @@ -1,4 +1,3 @@ -#!/bin/bash #!/usr/bin/env sh # Terminate already running bar instances @@ -7,6 +6,6 @@ killall -q polybar # Wait until the processes have been shut down while pgrep -x polybar >/dev/null; do sleep 1; done -for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar example -c ~/.config/polybar/config & done +for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar default & done echo "Bars launched..." -- cgit v1.3.1