diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 01:38:26 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 01:38:41 -0400 |
commit | 1656853a6c9fbabe5c97b348f8b0b6615a1ea8b7 (patch) | |
tree | bc7aac149c8457d11b95d0e3d9d267650171bb8d /polybar/.local/bin/polybar-launch | |
parent | 25869427afed90745b6b65cc6072c24caa2d8373 (diff) | |
download | configs-1656853a6c9fbabe5c97b348f8b0b6615a1ea8b7.tar.gz configs-1656853a6c9fbabe5c97b348f8b0b6615a1ea8b7.tar.xz configs-1656853a6c9fbabe5c97b348f8b0b6615a1ea8b7.zip |
[rc/{polybar,ranger}] migrate to new literate setup
Diffstat (limited to 'polybar/.local/bin/polybar-launch')
-rwxr-xr-x | polybar/.local/bin/polybar-launch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/polybar/.local/bin/polybar-launch b/polybar/.local/bin/polybar-launch deleted file mode 100755 index 4fcd323..0000000 --- a/polybar/.local/bin/polybar-launch +++ /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..." |