theme.rc v0.2


; BlackXanthus First Theme
;
; A simple theme modified from the default "tutorial" theme you can find
; on the net with about 3 seconds searching.
;
; My thanks to the author of that Tutorial for setting me off a-theming

OTSMajorVersion "0"
OTSMinorVersion "2"

ThemeName Begnings
ThemeAuthor BlackXanthus

*NetLoadModule lscolor-1.6.1
*NetLoadModule jdesk-0.73
*NetLoadModule dynamp-0.50
*NetLoadModule menu-0.82
*NetLoadModule xTray-1.1.1
;*NetLoadModule vTray-1.10
*NetLoadModule xTaskbar-1.5.2
*NetLoadModule xLabel-3.6.2
*NetLoadModule Clickonic-1.0.3
*NetLoadModule LSXCommand-1.8.5

;========
;jDesk Configuration
;========

;52
jDeskWorkArea "4, 72, -4, -4"
jDeskDesktopFolder $desktop$
jDeskRecycleOnRezChange true

;=============
; Menu Configuration
;=============
MenuPrefix popup
PopupAutoColumn true
PopupNoTitles true

;======
; Popup
;======
PopupNoBevel true
PobupNoTitles true

;======
;XTaskbar
;======

xTaskbarX 24
xTaskbarY 0
xTaskbarWidth $resolutionX-(100+200+24)$
xTaskbarHeight 48
xTaskbarAlwaysOnTop true
xTaskbarLayout .center
xTaskbarBorderMethod etched
;xTaskbarUseSolidColors true
;xTaskbarSolidColors c0c0c0 000000
xTaskbarTransparencyMode true
xTaskbarUseButtonSolidColors true
xTaskbarFlashingButtonSolidColors FF0000
xTaskbarLines 2
xTaskbarButtonBorderMethod raised
xTaskbarButtonXSpacing 2
xTaskbarButtonYSpacing 2
xTaskbarButtonMaxWidth 200
xTaskbarSolidBevelSize 1
xTaskbarShowPressedState true
xTaskbarFontLeftBorder 20
xTaskbarFontItalic true
;xTaskbarFontOutline true

;=======
;clickonic
;=======
*Clickonic DeskIcons
DeskIconsFolder ".desktop"
DeskIconsX 0
DeskIconsY 150
DeskIconsWidth 500
DeskIconsHeight 900
DeskIconsNoScroll true
DeskIconsStartHidden false

;=====
; XLabel Configuration
;=====

AllLabelsFont "lucida sans unicode"
AllLabelsFontHeight 15
AllLabelsTransparencyMode false

;Control Label Configuration
*Label ControlLabel
ControlLabelX 0
ControlLabelY 0
ControlLabelWidth 24
ControlLabelHeight 24
ControlLabelJustify center
ControlLabelText "CP"
ControlLabelTooltip "LSCP/Display"
ControlLabelOnLeftClick !lscp
ControlLabelOnRightClick !Execute [control.exe desk.cpl]

;Menu Label Configuration
*Label MenuLabel
MenuLabelX 0
MenuLabelY 24
MenuLabelHeight 24
MenuLabelWidth 24
MenuLabelJustify center
MenuLabelText "P"
MenuLabelTooltip "Popup"
MenuLabelOnLeftClick !popup

;Clock Label Configuration
*Label TimeLabel
TimeLabelX -100
TimeLabelY 0
TimeLabelWidth 100
TimeLabelHeight 48
TimeLabelJustify center
TimeLabelText "[time('hh:nn:ss')] - [date('ddd mmm d yyyy')]"
TimeLabelTooltip "Time & Date"
TimeLabelScroll true
TimeLAbelScrollInterval 20
TimeLabelScrillSpeed 1
TimeLabelLeftBorder 3
TimeLabelRightBorder 3
TimeLabelOnLeftDoubleClick !Execute [control.exe timedate.cpl]

;====================
;Winamp
;===================

*Label MusicInfoLabel
MusicInfoLabelX -300
MusicInfoLabelY 0
MusicInfoLabelHeight 24
MusicInfoLabelWidth 200
MusicInfoLabelLeftBorder 5
MusicInfoLabelRightBorder 5
MusicInfoLabelJustify center
MusicInfoLabelText "[winampStatus]: [winampSong]"
MusicInfoLabelScroll left
MusicInfoLabelScrollSpeed 2
MusicInfoLabelVertAlign center

MusicInfoLAbelOnEnter !LabelSetText MusicInfoLAbel "Elapsed [winampTime] / Remains [winampRemainTime]"
MusicInfoLabelOnLeave !LabelSetText MusicInfoLabel "[winampStatus]:[winampSong]"
MusicInfoLabelOnLeftDoubleClick !amp_show

*Label PrevLabel
PrevLabelX -300
PrevLabelY 24
PrevLabelHeight 24
PrevLabelWidth 40
PrevLabelText "<<" PrevLabelTooltip "Previous" PrevLabelOnLeftClick !amp_prev *Label PlayLabel PlayLabelX -260 PlayLabelY 24 PlayLabelHeight 24 PlayLabelWidth 40 PlayLabelText "|>"
PlayLabelTooltip "Play"
PlayLabelOnLeftClick !amp_play

*Label PauseLabel
PauseLabelX -220
PauseLabelY 24
PauseLabelHeight 24
PauseLabelWidth 40
PauseLabelText "||"
PauseLabelTooltip "Pause / Stop"
PauseLabelOnLeftClick !amp_pause
PauseLabelOnRightClick !amp_stop

*Label NextLabel
NextLabelX -180
NextLabelY 24
NextLabelHeight 24
NextLabelWidth 40
NextLabelText ">>"
NextLabelTooltip "Next"
NextLabelOnLeftClick !amp_next

*Label VolumeUpLabel
VolumeUpLabelX -140
VolumeUpLabelY 24
VolumeUpLabelHeight 24
VolumeUpLabelWidth 20
VolumeUpLabelText "up"
VolumeUpLabelTooltip "Volume Up"
VolumeUpLabelOnLeftClick !amp_volumeup
VolumeUpLabelOnWheelUp !amp_volumeup

*Label VolumeDownLabel
VolumeDownLabelX -120
VolumeDownLabelY 24
VolumeDownLabelHeight 24
VolumeDownLabelWidth 20
VolumeDownLabelText "dn"
VolumeDownLabelTooltip "Volume Down"
VolumeDownLabelOnLeftClick !amp_volumedown
VolumeDownLabelOnWheelDown !amp_volumedown

;====
;X-Tray
;====

xTrayX 1024
xTrayY 49
xTrayAutoSize 34 24
xTrayDirection .left
xTrayCleanupInterval 5
xTrayMoveable true
xTrayHoverIconSize 24

;====
;command modules
;====

CommandX 0
CommandY 49
CommandWidth 160
CommandHeight 15
CommandBorderSize 0
CommandBorderColor 404040
CommandBGColor 404040
CommandTextSize 14
CommandTextColor CCCCCC
CommandTextFontFace "Tahoma"
CommandNotMoveable

Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.