]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
splashy: Remove progressbar from theme.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Aug 2009 08:52:10 +0000 (10:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Aug 2009 08:52:10 +0000 (10:52 +0200)
src/bootsplash/theme.xml

index d7ae2dcc4c9a5ac24ff9731c9bc5d404432db4be..568321e3a15f5139f50f70608ecb4bfaae8ab8b1 100644 (file)
@@ -9,59 +9,6 @@
         <urls>http://www.ipfire.org</urls>
         <author>IPFire Team</author>
     </info>
-    <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 -->
-        <dimension>
-            <x>10</x>
-            <y>90</y>
-            <width>80</width>
-            <height>5</height>
-        </dimension>
-        <!-- 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-->
-        <color>
-            <red>255</red>
-            <green>255</green>
-            <blue>255</blue>
-            <alpha>255</alpha>
-        </color>
-        <!-- whether or not you want a border around the progressbar. default: no -->
-        <border>
-            <enable>yes</enable>
-            <color>
-                <red>238</red>
-                <green>238</green>
-                <blue>238</blue>
-                <alpha>255</alpha>
-            </color>
-        </border>
-        <!-- here you can set the color of the progressbar background
-        set the amount of red, green, blue and alpha channel. 
-        Remember that the max value is 255 and the minumun value is 0-->
-        <background>
-            <color>
-                <red>127</red>
-                <green>127</green>
-                <blue>127</blue>
-                <alpha>255</alpha>
-            </color>
-        </background>
-        <direction>
-            <boot>forward</boot>
-            <shutdown>backward</shutdown>
-            <resume>forward</resume>
-            <suspend>backward</suspend>
-        </direction>
-        <visibility>
-            <boot>yes</boot>
-            <shutdown>yes</shutdown>
-            <resume>yes</resume>
-            <suspend>yes</suspend>
-        </visibility>
-    </progressbar>
     <!-- conventional path: /etc/splashy/themes + theme-name -->
     <background>
         <boot>background.png</boot>
         </text>
     </textbox>
     <autoverboseonerror>no</autoverboseonerror>
-    <fadein>no</fadein>
-    <fadeout>no</fadeout>
+    <fadein>yes</fadein>
+    <fadeout>yes</fadeout>
 </splashy>