From 7d8a8bdafccd66e70f313ee233cff920eac9d830 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 22 Feb 2010 19:13:25 +0000 Subject: Added KDE3 moodin engine git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksplash-engine-moodin@1094437 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/doc/THEMEOPTIONS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/doc/THEMEOPTIONS (limited to 'src/doc') diff --git a/src/doc/THEMEOPTIONS b/src/doc/THEMEOPTIONS new file mode 100644 index 0000000..2ca2309 --- /dev/null +++ b/src/doc/THEMEOPTIONS @@ -0,0 +1,46 @@ + +Theme.rc Options Type Default +=============================================== + +X ^= Number from 1 to 8 (Labels are limited by "Labels" option) + + +- General +Background Search order: .png, Background-x.png, Background.png +UsersBackground false (use the wallpaper of the current desktop) +BaseResolution 1280x1024 (the resolution was designed in -> NECCESSARY for auto scaling) +SplashRect screen size (sullscreen) + +- Labels +Labels 0 +LabelX X = No. (Use ML: as prefix for magiclabels, i.e.: ML:loginname (case insensetive)) +LabelColorX ffffff +LabelFontX Trebuchet MS (i.e.: Arial,14,-1,0,5,50,0) +LabelCoordsX centered +StatusMessageX passed by ksplash +StatusColor ffffff (White) +StatusFont Trebuchet MS +StatusPosition 50,50 +LabelShadow true +LabelShadowColor 6d6d6d (dark gray) +LabelShadowOffset 2,2 +ShowStatusText true +Translate true (i18n i.e.: Welcome (en) -> Willkommen (de)) + +- Images +AnimationLength 30 (fading steps) +AnimationDelay 30 (delay between steps in milliseconds) +BeginOpacity 0.2 (value between 0 an 1) +UseIconSet true (use current icon set instead of 1.png, 2.png, ... (see below)) +IconSetSize 48 (size of icons) +ImageX if UseIconSet is true, you can override single icons (or all) by just giving + their name. they need not to be in the theme directory! + if UseIconSet is false, the engine searches for 1.png to 8.png by default + but you can also override the image names + +- Image Arrangement (currently a little hard to explain, just play :)) +AppendX true => horizontal (follow direction type) X is not a number here! +ImageSpacer if UseIconSet its IconSetSize otherwise 0 (used for auto arrangement with AppendX and -1 values) +ImageCoordsX -1,-1 (center vert. and horiz.) +ImageOffset 0,0 (move images i.e. if they have unknown positions (have a look at MoodinKDE) +LineUpImages false (if true, icons are aligned center (See MoodinKDE)) -- cgit v1.2.1