From 1b03fa0b512c5256ac70412275a4056f782f7abf Mon Sep 17 00:00:00 2001 From: mono-b Date: Thu, 5 Jan 2023 19:14:29 -0300 Subject: removed polybar trash --- polybar/launch.sh | 12 ------------ 1 file changed, 12 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 f6d8fb0..0000000 --- a/polybar/launch.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -dir="$HOME/.config/polybar" - -# 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 - -# Launch the bar -polybar -q top -c "$dir/cuts/config.ini" & -- cgit v1.2.1