From 2ece7032558cd0be673d65237a01c5e6ffe625f1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 15:21:44 +0000 Subject: Move to a GNU Stow config --- polybar/launch.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 polybar/launch.sh (limited to 'polybar/launch.sh') diff --git a/polybar/launch.sh b/polybar/launch.sh deleted file mode 100755 index 1ab828a..0000000 --- a/polybar/launch.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done - -polybar main & -polybar second & -polybar third & - -echo "Bars launched..." -- cgit