8 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#.fsdefaults
 | 
						|
[ -z "$DISPLAY" ]
 | 
						|
:
 | 
						|
# Note: the dumb sleep hack is because Conky crashes with window_type override if the WM hasn't loaded yet
 | 
						|
# This gives the WM ample time to load up
 | 
						|
command -v conky && [ -r "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky-clock.conf" ]
 | 
						|
sleep 5 && conky -c "${XDG_CONFIG_HOME:-/home/salt/.config}/conky/conky-clock.conf"
 |