同样比较瓜……不过在俺的17寸液显上,感觉还是不错~
效果图:
安装splashy后,把图片和config.xml拷贝到/etc/splashy/themes/Ubuntu下。
然后把/etc/splashy/config.xml中标签current_theme定义的内容改为/etc/splashy/themes/Ubuntu。
config.xml如下:
<splashy>
<theme>
<name>Ubuntu</name>
<description>Ubuntu splashy theme</description>
</theme>
<progressbar>
<!-- here are tags to set the bar... x coordinate,
y coordinate, width and height are for the progress bar.
Remember that x, y width and height are expressed in percentage -->
<x>25</x>
<y>71</y>
<width>50</width>
<height>4</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>0</red>
<green>0</green>
<blue>50</blue>
<alpha>50</alpha>
</progressbar>
<!-- conventional path: /etc/splashy/themes -->
<background>
<boot>/etc/splashy/themes/Ubuntu/boot.jpg</boot>
<shutdown>/etc/splashy/themes/Ubuntu/shutdown.jpg</shutdown>
</background>
<autoverboseonerror>yes</autoverboseonerror>
</splashy>
|
阅读(1900) | 评论(0) | 转发(0) |