summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:13:25 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-22 19:13:25 +0000
commit7d8a8bdafccd66e70f313ee233cff920eac9d830 (patch)
treec0877b2799255f52ea6bfdfb60e5eb2f60926b6b /src/doc
downloadksplash-engine-moodin-7d8a8bdafccd66e70f313ee233cff920eac9d830.tar.gz
ksplash-engine-moodin-7d8a8bdafccd66e70f313ee233cff920eac9d830.zip
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
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/THEMEOPTIONS46
1 files changed, 46 insertions, 0 deletions
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 <filename> Search order: <given>.png, Background-<width>x<height>.png, Background.png
+UsersBackground <boolean> false (use the wallpaper of the current desktop)
+BaseResolution <width,height> 1280x1024 (the resolution was designed in -> NECCESSARY for auto scaling)
+SplashRect <x,y,w,h> screen size (sullscreen)
+
+- Labels
+Labels <num> 0
+LabelX <text> X = No. (Use ML: as prefix for magiclabels, i.e.: ML:loginname (case insensetive))
+LabelColorX <color> ffffff
+LabelFontX <font> Trebuchet MS (i.e.: Arial,14,-1,0,5,50,0)
+LabelCoordsX <x,y> centered
+StatusMessageX <text> passed by ksplash
+StatusColor <color> ffffff (White)
+StatusFont <font> Trebuchet MS
+StatusPosition <x,y> 50,50
+LabelShadow <boolean> true
+LabelShadowColor <color> 6d6d6d (dark gray)
+LabelShadowOffset <x,y> 2,2
+ShowStatusText <boolean> true
+Translate <boolean> true (i18n i.e.: Welcome (en) -> Willkommen (de))
+
+- Images
+AnimationLength <number> 30 (fading steps)
+AnimationDelay <number> 30 (delay between steps in milliseconds)
+BeginOpacity <number> 0.2 (value between 0 an 1)
+UseIconSet <boolean> true (use current icon set instead of 1.png, 2.png, ... (see below))
+IconSetSize <number> 48 (size of icons)
+ImageX <filename> 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 <boolean> true => horizontal (follow direction type) X is not a number here!
+ImageSpacer <number> if UseIconSet its IconSetSize otherwise 0 (used for auto arrangement with AppendX and -1 values)
+ImageCoordsX <x,y> -1,-1 (center vert. and horiz.)
+ImageOffset <x,y> 0,0 (move images i.e. if they have unknown positions (have a look at MoodinKDE)
+LineUpImages <boolean> false (if true, icons are aligned center (See MoodinKDE))