summaryrefslogtreecommitdiff
path: root/polybar/launch.sh
diff options
context:
space:
mode:
authormono-b <monoblanco@DRAINERDOMAIN.localdomain>2023-01-05 19:14:29 -0300
committermono-b <monoblanco@DRAINERDOMAIN.localdomain>2023-01-05 19:14:29 -0300
commit1b03fa0b512c5256ac70412275a4056f782f7abf (patch)
tree4d9f4ef300e4809541cdd42ee55353915b40ef9a /polybar/launch.sh
parent8dc8f2d52338fd87e7763995e6732f5a295300e8 (diff)
removed polybar trashHEADmaster
Diffstat (limited to 'polybar/launch.sh')
-rwxr-xr-xpolybar/launch.sh12
1 files changed, 0 insertions, 12 deletions
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" &