diff options
author | Alex Couture <[email protected]> | 2016-02-10 21:43:59 +0700 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-02-10 21:43:59 +0700 |
commit | 8c232136e6aef61f883102af400308ff8c490cac (patch) | |
tree | 7988b129104024f1f13f8d01f524bca8bec22dcd /src/themes/Architecture/Theme.rc | |
parent | 64ef89a58504123b141c451ad82723898b89d1a9 (diff) | |
download | ksplash-engine-moodin-8c232136e6aef61f883102af400308ff8c490cac.tar.gz ksplash-engine-moodin-8c232136e6aef61f883102af400308ff8c490cac.zip |
Added new Architecture Moodin theme.
As per http://bugs.pearsoncomputing.net/show_bug.cgi?id=2553#c3, all material used for this theme is available under GPL license.
"Yes, the base background picture is from a gpl picture found on kde-look.org, with icon form the masalla icon theme (now gpl) and part of code from the old Moodin splash."
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/themes/Architecture/Theme.rc')
-rw-r--r-- | src/themes/Architecture/Theme.rc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/themes/Architecture/Theme.rc b/src/themes/Architecture/Theme.rc new file mode 100644 index 0000000..566a1ae --- /dev/null +++ b/src/themes/Architecture/Theme.rc @@ -0,0 +1,49 @@ +[KSplash Theme: Architecture] +Name = Architecture +Description = Fading splash screen based on the Moodin engine, for widescreens +Version = 1.0 +Author = TDE team +Homepage = trinitydesktop.org +Engine = Moodin + +BeginOpacity = 0.1 +BaseResolution = 1280,1024 + +UseIconSet = false + +Image1 = kcmsystem +Image2 = kcontrol +Image3 = kcmpci +Image7 = kmenuedit +Image8 = kmenu + +LineUpImages = false + +IconSetSize = 64 + +Image1 = 1.png +Image2 = 2.png +Image3 = 3.png +Image4 = 4.png +Image5 = 5.png +Image6 = 6.png +Image7 = 7.png +Image8 = 8.png + +ImageCoords1 = 105,578 +ImageCoords2 = 240,610 +ImageCoords3 = 385,610 +ImageCoords4 = 530,610 +ImageCoords5 = 675,610 +ImageCoords6 = 820,610 +ImageCoords7 = 960,610 +ImageCoords8 = 1100,610 + +Labels = 1 +Label1 = Welcome to TDE +LabelFont1 = Trebuchet MS,32,-1,0,0,0 +LabelCoords1 = -1,35 + +StatusCoords = -1,750 + +ImageOffset1 = 0,20 |