From 9320aaae850080ea2bb20e16b17d4b85050aaf6d Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 24 Jun 2019 04:47:01 -0500 Subject: [PATCH] Add dumb Polybar workaround --- firestarter | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firestarter b/firestarter index b9c93d3..bd16006 100755 --- a/firestarter +++ b/firestarter @@ -499,6 +499,8 @@ step_postexecute() { read -t 1 -u 1023 done fi + # Dumb Polybar workaround + killall polybar -SIGUSR1 # Execute a user script if it exists if [ -r "$_firestarterrc" ] && [ -z "$_dryrun" ]; then log "Executing .firestarterrc"