Remove legacy Polybar launch script.

This commit is contained in:
inference 2022-10-06 05:50:48 +01:00
parent 6e96fdcd45
commit d448eaab63

View File

@ -1,19 +0,0 @@
#!/usr/bin/env sh
# Copyright 2021 Inference
# 1.0.0.1
## Kill all polybar instances.
killall -q polybar
## Launch polybar0
polybar polybar0 &
## Wait for polybar0 to launch before continuing.
sleep 1
## Launch polybar1
polybar polybar1 &