diff options
Diffstat (limited to 'src/doc/THEMEOPTIONS')
-rw-r--r-- | src/doc/THEMEOPTIONS | 100 |
1 files changed, 61 insertions, 39 deletions
diff --git a/src/doc/THEMEOPTIONS b/src/doc/THEMEOPTIONS index 2ca2309..cde54d9 100644 --- a/src/doc/THEMEOPTIONS +++ b/src/doc/THEMEOPTIONS @@ -5,42 +5,64 @@ 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)) +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 +- ImageWidth <number> 100 (width of each icon/image) +- ImageHeight <number> 100 (height of each icon/image) + + +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)) + + +Text +==== + +- WelcomeText <text> EG: i18n("Welcome") +- WelcomeFont <font> EG: Trebuchet MS +- StatusFont <font> EG: Trebuchet MS +- TextColor <color> EG: ffffff (White) |