diff --git a/waybar/launch.sh b/waybar/launch.sh deleted file mode 100644 index d1d5a97..0000000 --- a/waybar/launch.sh +++ /dev/null @@ -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 &