From 51cfc3e81a2963cce4dd531efaaabfb957a80940 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 23 Jun 2020 04:28:06 -0500 Subject: [PATCH] Firestarter: Fix polybar hack not applying --- .config/firestarter/bar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/firestarter/bar b/.config/firestarter/bar index f235957d..07c31f09 100644 --- a/.config/firestarter/bar +++ b/.config/firestarter/bar @@ -2,7 +2,7 @@ command -v tint2 tint2 command -v polybar && [ -r "/home/salt/.config/polybar/launch.sh" ] -sleep 5 & "/home/salt/.config/polybar/launch.sh" +sleep 5 && "/home/salt/.config/polybar/launch.sh" command -v lxpanel lxpanel command -v lxqt-panel