View Single Post
Old 01-18-2017, 04:49 PM   #28
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,368
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Not sure about the negative coordinates in the snow entry in the RcS file.

Code:
	case $PRODUCT in
		kraken|phoenix|star)
			export COORDINATES="80 870 70 70 200 870 70 70";;
		snow)
			export COORDINATES="180 -1200 100 100 320 -1200 100 100";;
		dragon|dahlia|alyssum)
			export COORDINATES="120 1220 100 100 280 1220 100 100";;
		daylight)
			export COORDINATES="100 1640 200 200 300 1640 200 200";;
		*)
			export COORDINATES="55 685 60 60 150 685 60 60";;
		
	esac

Last edited by DNSB; 01-18-2017 at 04:56 PM.
DNSB is online now   Reply With Quote