|
发表于 2005-5-2 07:28:45
|
显示全部楼层
以前装了一个,就只有一只企鹅,不过那个好象是没有进度条的,反正是没显示。我的config.xml如下:
<splashy>
<rogressBar>
<!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress bar.
Remember that x, y width and height are expressed in percentage -->
<x>10</x>
<y>90</y>
<width>80</width>
<height>5</height>
<!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<red>152</red>
<green>1</green>
<blue>1</blue>
<alpha>255</alpha>
</ProgressBar>
<Background>
<boot>/etc/splashy/ubuntusplashy/background.jpg</boot>
<shutdown>/etc/splashy/ubuntusplashy/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/ubuntusplashy/error.jpg</errorimg>
<autoverboseonerror>yes</autoverboseonerror>
</Background>
</splashy> |
|