mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env sh
 | 
						|
 | 
						|
#
 | 
						|
# {{@@ header() @@}}
 | 
						|
#
 | 
						|
 | 
						|
# Terminate already running bar instances
 | 
						|
killall -q polybar
 | 
						|
killall -q refresh_bar_usb_nic.sh
 | 
						|
 | 
						|
# Wait until the processes have been shut down
 | 
						|
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
 | 
						|
 | 
						|
# Launch bar1 and bar2
 | 
						|
polybar -r -q 9560-top &
 | 
						|
polybar -r -q 9560-bottom &
 | 
						|
{{@@ env['HOME'] @@}}/.config/polybar/refresh_bar_usb_nic.sh &
 |