/* This file should be named "skins.cfg" and should be placed in a subdirectory off of: /private/var/root/Media/Skins/Garf */ /* For example, if my skin name was "Baroque", it would go in the following directory: /private/var/root/Media/Skins/Garf/Baroque */ /* Garf skins configuration file. To customize the button location, etc, change the values below */ /*Explanation: */ /*The background filename should be the filename minus the ".png" at the end*/ /*x,y, width, and height are self explanatory.*/ /*The filename entries refer to the png file without the ".png" on it */ /*Frequency is the pitch that is played when the button is pressed.*/ /* ********************** START OF CONFIGURATION ***************************** */ "garf.theme.name"="My custom Garf theme"; "garf.theme.author"="McLovin"; "garf.theme.comment"="For more info, go to: www.thisisareallylongexamplewebsitename.com"; "garf.background.filename"="garfbg"; "garf.button.a.x"="58.0"; "garf.button.a.y"="100.0"; "garf.button.a.width"="100.0"; "garf.button.a.height"="100.0"; "garf.button.a.dark.filename"="green"; "garf.button.a.light.filename"="green_l"; "garf.button.a.frequency"="415.0"; "garf.button.b.x"="58.0"; "garf.button.b.y"="204.0"; "garf.button.b.width"="100.0"; "garf.button.b.height"="100.0"; "garf.button.b.dark.filename"="red"; "garf.button.b.light.filename"="red_l"; "garf.button.b.frequency"="207.0"; "garf.button.c.x"="162.0"; "garf.button.c.y"="204.0"; "garf.button.c.width"="100.0"; "garf.button.c.height"="100.0"; "garf.button.c.dark.filename"="yellow"; "garf.button.c.light.filename"="yellow_l"; "garf.button.c.frequency"="246.0"; "garf.button.d.x"="162.0"; "garf.button.d.y"="100.0"; "garf.button.d.width"="100.0"; "garf.button.d.height"="100.0"; "garf.button.d.dark.filename"="blue"; "garf.button.d.light.filename"="blue_l"; "garf.button.d.frequency"="311.0";