Add dumb Polybar workaround
This commit is contained in:
parent
1fed8f80eb
commit
9320aaae85
@ -499,6 +499,8 @@ step_postexecute() {
|
|||||||
read -t 1 -u 1023
|
read -t 1 -u 1023
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
# Dumb Polybar workaround
|
||||||
|
killall polybar -SIGUSR1
|
||||||
# Execute a user script if it exists
|
# Execute a user script if it exists
|
||||||
if [ -r "$_firestarterrc" ] && [ -z "$_dryrun" ]; then
|
if [ -r "$_firestarterrc" ] && [ -z "$_dryrun" ]; then
|
||||||
log "Executing .firestarterrc"
|
log "Executing .firestarterrc"
|
||||||
|
Loading…
Reference in New Issue
Block a user