mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	desktop-hostname.bash: adds outline to font
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
		@@ -16,7 +16,7 @@ fill_color=${my_mac//:/}
 | 
				
			|||||||
fill_color=${fill_color:6:12}
 | 
					fill_color=${fill_color:6:12}
 | 
				
			||||||
X=220
 | 
					X=220
 | 
				
			||||||
Y=150
 | 
					Y=150
 | 
				
			||||||
convert -pointsize 80 -fill "#$fill_color" \
 | 
					convert -pointsize 80 -fill "#$fill_color" -stroke black -strokewidth 1 \
 | 
				
			||||||
  -draw "text $X,$Y \"$my_hostname\"" \
 | 
					  -draw "text $X,$Y \"$my_hostname\"" \
 | 
				
			||||||
  -draw "text $X,$(( Y + 75 )) \"$my_dev $my_ip\"" \
 | 
					  -draw "text $X,$(( Y + 75 )) \"$my_dev $my_ip\"" \
 | 
				
			||||||
  -draw "text $X,$(( Y + 150 )) \"$my_mac\"" \
 | 
					  -draw "text $X,$(( Y + 150 )) \"$my_mac\"" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user