-
Notifications
You must be signed in to change notification settings - Fork 1
settings.conf
###settings.conf
######settings.conf is the file responsible to control [GUI] [Theme]s features...
######Here you can set Desired Font, Change Clover Logo, Change Background, Change Animation, and Change Selection Color.
#####settings.conf Sample.
\# \# settings.conf \# Theme black-green specific configuration file for GUI \#
#Use custom font or embedded # alfa - transparent embedded font # gray - gray embedded font # load - load from file with custom name # # theme independent # #font alfa font load
# this font is default for theme metal and buttons, width=8 #font_file_name WoB_mplus2mMedium_9W.png #char_width 9
# this font is used for theme black_green, width=10 font_file_name WoB_PTMono_10W_NA.png char_width 10 # --------------------------------------------------------------------------
# ========================================================================== # Use a custom title banner instead of the rEFIt icon and name. The file # path is relative to the directory where refit.efi is located. The color # in the top left corner of the image is used as the background color # for the menu screens. Currently uncompressed BMP images with color # depths of 24, 8, 4 or 1 bits are supported. # V2 - PNG image supported # The location of the file theme dependent # transparent image backgrounds are now supported!! # banner logo_trans.png # --------------------------------------------------------------------------
# ========================================================================== # Background image may differ in size with Screen size # scale - stretch file to screen size # crop - place file to center or crop them to screen size # tile - fill all screen with repeated image background bg_block_192px.png tile # --------------------------------------------------------------------------
# ========================================================================== #Animation ID
#Logo (1) #About (2) #Help (3) #Options (4) #Graphics (5) #CPU (6) #Binaries (7) #DSDT (8) #BOOT Sequence (9)
#Apple (21) #WinXP (22) #Clover (23) #Linux (24) #BootX64.efi (25) #Vista (26)
#Recovery (30) #Tiger (34) #Leopard (35) #Snow Leopard (36) #Lion (37) #Mountain Lion (38)
# in this example # animation 38 (Mountain Lion) # folder name "ML_Anim" (thanks to iDark_Soul) # number of files 15 # time between frames 100ms # play once (default infinite loop)
# Three animations are supplied # 2 others are in black_green2/Alternative_Files/alternative_animations #anime 1 Anim_1_Logo_LightSweep 137 25 anime 1 Anim_1_Logo_IntroOutro 381 25 #anime 1 Anim_1_Logo_Full 338 25 #anime 1 Anim_1_Logo 399 40 # --------------------------------------------------------------------------
# ========================================================================== # Custom images for the selection background. There is a big one (144 x 144) # for the OS icons, and a small one (64 x 64) for the function icons in the # second row. If only a small image is given, that one is also used for # the big icons by stretching it in the middle. If only a big one is given, # the built-in default will be used for the small icons. # # Like the banner option above, these options take a filename of # an uncompressed BMP image file. # V2 - PNG image supported # theme independent # #selection_big selection-big.bmp #selection_small frame.png # this selection used for theme black-green # for theme metal embedded selection is used so commented out selection_big Selection_big.png selection_small Selection_small.png
#Selection bar in menu may have different colors # default white RGBA={0xFF, 0xFF, 0xFF, 0x00} # #selection_color 0x77D44DCC selection_color 0x4E7F18FF # --------------------------------------------------------------------------
# ========================================================================== # Hide the volume badge icons in the graphical main menu. There are three # settings: # none - show all volume badges (default) # internal - hide badges on internal disk volumes only, allowing you to # distinguish CDs and occasionally connected external disks # all - never show volume badges (not recommended) #V2 # swap - show OSIcon as Volume and DriveIcon as Badges # - default: Drive for Volume and OS for Badge # drive - show OSIcon as Volume and no badges # hidebadges swap # --------------------------------------------------------------------------
# EOF