From 616f8e99634bdbbe95b2b0a15c060cecce4563a1 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 1 Aug 2003 13:42:20 +0000 Subject: some cosmetic changes --- themes/config/Mandrake/cfg/bootsplash-800x600.cfg | 14 ++++++------ themes/config/Mandrake/cfg/vt0-1024x768.cfg | 26 +++++++++++++++++++++++ themes/config/Mandrake/cfg/vt0-800x600.cfg | 26 +++++++++++++++++++++++ themes/config/Mandrake/cfg/vt1-1024x768.cfg | 26 ----------------------- themes/config/Mandrake/cfg/vt1-800x600.cfg | 26 ----------------------- 5 files changed, 59 insertions(+), 59 deletions(-) create mode 100644 themes/config/Mandrake/cfg/vt0-1024x768.cfg create mode 100644 themes/config/Mandrake/cfg/vt0-800x600.cfg delete mode 100644 themes/config/Mandrake/cfg/vt1-1024x768.cfg delete mode 100644 themes/config/Mandrake/cfg/vt1-800x600.cfg (limited to 'themes') diff --git a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg index 5040097..346bc5a 100644 --- a/themes/config/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/config/Mandrake/cfg/bootsplash-800x600.cfg @@ -23,7 +23,7 @@ th=472 # ttf message output parameters text_x=20 text_y=20 -text_size=20 +text_size=16 text_color=0xeef4ff # name of the picture file (full path recommended) @@ -33,14 +33,14 @@ silentjpeg=/usr/share//bootsplash/themes/Mandrake/images/silent-800x600.jpg progress_enable=1 # background -box silent noover 400 553 790 577 #04045498 -box silent inter 400 554 400 576 #99ccff #99ccff #324bb0 #526bb0 -box silent 400 554 790 576 #99ccff #99ccff #324bb0 #526bb0 +box silent noover 400 563 790 577 #04045498 +box silent inter 400 564 400 576 #99ccff #99ccff #324bb0 #526bb0 +box silent 400 564 790 576 #99ccff #99ccff #324bb0 #526bb0 # black border -box silent 400 553 790 553 #313234 +box silent 400 563 790 563 #313234 box silent 400 577 790 577 #eef4ff -box silent 400 553 400 577 #313234 -box silent 790 553 790 577 #eef4ff +box silent 400 563 400 577 #313234 +box silent 790 563 790 577 #eef4ff # text box (left, top) box 27 91 27 569 #313234 diff --git a/themes/config/Mandrake/cfg/vt0-1024x768.cfg b/themes/config/Mandrake/cfg/vt0-1024x768.cfg new file mode 100644 index 0000000..1869964 --- /dev/null +++ b/themes/config/Mandrake/cfg/vt0-1024x768.cfg @@ -0,0 +1,26 @@ +# This is the configuration file for the 1024x768 bootsplash picture. +# This file is necessary to specify the coordinates of the text box on the +# splash screen. + +version=3 + +# should the picture be displayed? +state=1 + +# fgcolor is the text forground color. +# bgcolor is the text background (i.e. transparent) color. +fgcolor=7 +bgcolor=0 + +# (tx, ty) are the (x, y) coordinates of the text window in pixels. +# tw/th is the width/height of the text window in pixels. +tx=0 +ty=0 +tw=1024 + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-1024x768.jpg + +th=768 + +overpaintok=1 diff --git a/themes/config/Mandrake/cfg/vt0-800x600.cfg b/themes/config/Mandrake/cfg/vt0-800x600.cfg new file mode 100644 index 0000000..f8c5938 --- /dev/null +++ b/themes/config/Mandrake/cfg/vt0-800x600.cfg @@ -0,0 +1,26 @@ +# This is the configuration file for the 800x600 bootsplash picture. +# This file is necessary to specify the coordinates of the text box on the +# splash screen. + +# config file version +version=3 + +# should the picture be displayed? +state=1 + +# fgcolor is the text forground color. +# bgcolor is the text background (i.e. transparent) color. +fgcolor=7 +bgcolor=0 + +# (tx, ty) are the (x, y) coordinates of the text window in pixels. +# tw/th is the width/height of the text window in pixels. +tx=0 +ty=0 +tw=800 +th=600 + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-800x600.jpg + +overpaintok=1 diff --git a/themes/config/Mandrake/cfg/vt1-1024x768.cfg b/themes/config/Mandrake/cfg/vt1-1024x768.cfg deleted file mode 100644 index 1869964..0000000 --- a/themes/config/Mandrake/cfg/vt1-1024x768.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# This is the configuration file for the 1024x768 bootsplash picture. -# This file is necessary to specify the coordinates of the text box on the -# splash screen. - -version=3 - -# should the picture be displayed? -state=1 - -# fgcolor is the text forground color. -# bgcolor is the text background (i.e. transparent) color. -fgcolor=7 -bgcolor=0 - -# (tx, ty) are the (x, y) coordinates of the text window in pixels. -# tw/th is the width/height of the text window in pixels. -tx=0 -ty=0 -tw=1024 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-1024x768.jpg - -th=768 - -overpaintok=1 diff --git a/themes/config/Mandrake/cfg/vt1-800x600.cfg b/themes/config/Mandrake/cfg/vt1-800x600.cfg deleted file mode 100644 index f8c5938..0000000 --- a/themes/config/Mandrake/cfg/vt1-800x600.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# This is the configuration file for the 800x600 bootsplash picture. -# This file is necessary to specify the coordinates of the text box on the -# splash screen. - -# config file version -version=3 - -# should the picture be displayed? -state=1 - -# fgcolor is the text forground color. -# bgcolor is the text background (i.e. transparent) color. -fgcolor=7 -bgcolor=0 - -# (tx, ty) are the (x, y) coordinates of the text window in pixels. -# tw/th is the width/height of the text window in pixels. -tx=0 -ty=0 -tw=800 -th=600 - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/Mandrake/images/vt-800x600.jpg - -overpaintok=1 -- cgit v1.2.1