Add mail module for polybar (uses notmuch)
[~bandali/configs] / polybar / .local / bin / launch-polybar
diff --git a/polybar/.local/bin/launch-polybar b/polybar/.local/bin/launch-polybar
deleted file mode 100755 (executable)
index 4fcd323..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env sh
-
-# Terminate already running bar instances
-killall -q polybar
-
-# Wait until the processes have been shut down
-while pgrep -x polybar >/dev/null; do sleep 1; done
-
-# Launch main bar
-polybar main &
-
-echo "Bars launched..."