Add dumb Polybar workaround
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user