8 lines
		
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
polybar example &               # launch bar
 | 
						|
touch $CONFIG/polybar/visible   # create a file to keep track of the bar's visibility
 | 
						|
                                #   file exists -> bar visible
 | 
						|
                                #   file doesnt exist -> bar hidden
 | 
						|
                        
 |