From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh (limited to 'noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh') diff --git a/noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh b/noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh new file mode 100644 index 00000000..2910f636 --- /dev/null +++ b/noatun/modules/kjofol-skin/skins/kjofol/kjofol.wsh @@ -0,0 +1,63 @@ +# Kjofol Default resource file - WINDOW SHADE MODE + +# Command : BackgroundImage +# Desc. : This is the back image. +BackgroundImage sgwshad.png + +# Command : BackgroundImageInactive +# Desc. : This is the back image when the window is not selected. +# : If you do not want this feature, just put the same name as +# : BackgroundImage +BackgroundImageInactive sgwshad.png + +# Command : BackgroundImagePressed[1-3] +# Desc. : This is the back images when all the buttons are pressed +# : Used if you use the BMP option in the buttons options. +# : You can have 3 backimages so you can do nifty things for the +# : buttons =) +BackgroundImagePressed1 sgwshad2.png + +FontImage sg_text.png +FontSize 5 9 +FontSpacing 0 +FontTransparent 0 + +# Command : VolumeControlType +# Desc. : Put BAR if you want a bar style volume control, BMP if you want +# : to customize it by a BMP animation file ... +VolumeControlType BMP +VolumeControlImage sgwshvol.png +VolumeControlImagePosition sgwshvp.png +VolumeControlImageXSize 30 +VolumeControlImageNb 28 +VolumeControlButton 192 18 221 22 vOLUME + + +# Command : [Option]Button +# The DARKEN option just dark the button when the user click on it. +# The BMP[?] option use the BackgroundImagePressed[?] defined above. +# Be sure to define a BackgroundImagePressed if you use the BMP option !! +AboutButton 10 13 26 29 About BMP1 +PlayButton 230 13 247 29 Play BMP1 +StopButton 249 13 265 30 Stop BMP1 +OpenFileButton 267 14 284 28 Open BMP1 +PreviousSongButton 285 14 302 30 PreviousSong BMP1 +NextSongButton 303 13 319 29 NextSong BMP1 +UnDockModeButton 322 14 336 28 UnDock BMP1 + +# Command : FilenameWindow +# Desc. : This is the window where the file name appears +FilenameWindow 38 16 114 25 + +SeekRegion 148 19 176 22 +SeekImage sgwshdsk.png + +# Command : AnalyzerWindow +# Desc. : Spectrum Analyzer area. If you doesn't want one, just comment the +# line ... +AnalyzerWindow 117 16 130 25 Analyzer +# Command : AnalyzerColor +# Desc. : Spectrum Analyzer color. Colors range are 0-255. +AnalyzerColor 81 94 81 + +IncludeRCFile kjofol.pl \ No newline at end of file -- cgit v1.2.1