From c7e3d61753201d48835cdc819dcd6557bc2cffe7 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 17 Nov 2020 16:44:07 -0500 Subject: old script cleanout --- .local/bin/launch_polybar | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/bin/launch_polybar (limited to '.local/bin/launch_polybar') diff --git a/.local/bin/launch_polybar b/.local/bin/launch_polybar deleted file mode 100755 index 8786be6..0000000 --- a/.local/bin/launch_polybar +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pidof polybar >/dev/null; do sleep 1; done - -for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar default & done -- cgit v1.3.1