diff options
Diffstat (limited to 'themes/Mandrake/cfg/bootsplash-800x600.cfg')
-rw-r--r-- | themes/Mandrake/cfg/bootsplash-800x600.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/Mandrake/cfg/bootsplash-800x600.cfg b/themes/Mandrake/cfg/bootsplash-800x600.cfg index 7b386c6..82b4d46 100644 --- a/themes/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/Mandrake/cfg/bootsplash-800x600.cfg @@ -16,3 +16,18 @@ tw=80 # th is the height of the text window in characters. default is 26 # NOTE: this should at least be 25 as on the standard linux text console th=18 + +# px is the progress bar x coordinate of its upper left corner +px=85 + +# py is the progress bar y coordinate of its upper left corner +py=200 + +# pw is the with of the progress bar +pw=630 + +# ph is the heigth of the progress bar +ph=20 + +# pc is the color of the progress bar +pc=0x21459d |