It is currently May 6th, 2024, 1:42 am

Omnimo help

Get help with creating, editing & fixing problems with skins
zlagge
Posts: 6
Joined: June 26th, 2011, 12:12 am

Omnimo help

Post by zlagge »

I got a few questions about omnimo.

1. How do I change what folder that should be opened whenever I click on this? atm it opens my doc folder, which is not where my music files are, they are at E:\Music\New folder
help?

[Home]
Meter=String
MeterStyle=Style
Text=#FolderName1#
X=(#Height#/5)
Y=(#Height#/15)
MouseOverAction=!Execute [!RainmeterHideMeter Home][!RainmeterShowMeter Home2][!RainmeterRedraw]

[Home2]
Meter=String
MeterStyle=Style2
Text=#FolderName1#
X=(#Height#/5)
Y=(#Height#/15)
LeftMouseUpAction=!Execute ["#FolderLocation1#"]
MouseLeaveAction=!Execute [!RainmeterHideMeter Home2][!RainmeterShowMeter Home][!RainmeterRedraw]

And I also got another question, how do I change the background color to black from what it is right now? I don't see any rbga codes anywhere. Thanks for taking your time, much appreciated!
[Variables]
@include=#SKINSPATH#\WP7\Common\Variables\UserVariables.inc
@include2=#SKINSPATH#\WP7\Common\Variables\Languages\lang.inc
@include3=#CURRENTPATH#\size.inc
@include4=#SKINSPATH#\WP7\Common\color\color.inc
@include1=#currentpath#\UserVariables.inc

Meter=Image
ImageName=#SKINSPATH#\WP7\Common\Borders\#shadow#.png
x=0
y=0
w=(#height#+10)
h=(#height#+10)
ImageTint=#bordercolor#
Greyscale=1




[bg]
Meter=Image
ImageName=#Imagedir#\btn3.png
X=5
Y=5
w=#height#
h=#height#
ImageTint=#colorskin#,#opacity#
Greyscale=1


[btn]
Meter=IMAGE
ImageName=#Imagedir#\btn3.png
X=5
Y=5
w=#height#
h=#height#
Hidden=1
ImageTint=#colorskin2#,#opacity2#
Greyscale=1




[overlay0]
Meter=Image
ImageName=#SKINSPATH#\WP7\Common\Overlay\#overlay#.png
x=5
y=5
UpdateDivider=864000
w=#height#
h=#height#


[texts]
Meter=STRING
StringStyle=NORMAL
AntiAlias=1
X=(5+(#height#/#xposition##itemshadowoffsetX#))
StringAlign=#align#
Y=(#Height#/1.217+5#itemshadowoffsetY#)
FontFace=#fonttype#
MeterStyle=DriveText
FontColor=#ItemShadowColor#,#PanelTitleOpacity#
FontSize=#defaultfontsize#
Text=Firefox
Hidden=#ItemShadow#

[Text]
Meter=String
X=(5+(#height#/#xposition#))
StringAlign=#align#
Y=((#height#/(#yposition#))+5)
MeterStyle=DriveText
FontColor=#TextColor2#,#PanelTitleOpacity#
FontSize=#defaultfontsize#
FontFace=#FontTypeWP# Semibold
Text=Firefox
StringAlign=LEFT
Antialias=1

[Icons]
Meter=IMAGE
ImageName=firefoxW.png
x=(#height#/5#itemshadowoffsetX#)
y=(#height#/6#itemshadowoffsetY#)
w=(#height#/1.5)
ImageTint=#ItemShadowColor#
h=(#height#/1.5)
Hidden=#ItemShadow#

[Icon]
Meter=IMAGE
ImageName=firefoxW.png
x=(#height#/5)
y=(#height#/6)
imagetint=#TextColor2#
w=(#height#/1.5)
h=(#height#/1.5)
LeftMouseupAction=!execute ["firefox.exe" #launchtype#]






---no-stealing-by-fediafedia-and-xyrfo--

[MeterClose]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\Close.png
X=(#height#-10)
Y=5
ButtonCommand=!RainmeterDeactivateConfig
Hidden=1

[size]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\size.png
X=(#Height#-10)
Y=(#Height#-10)
ButtonCommand=!Execute ["#SKINSPATH#\WP7\Common\Size\size.exe" "#CURRENTCONFIG#" single]
Hidden=1
[btn1]
ImageTint=#colorskin2#,#opacity2#
[MeterChange]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\change.png
X=(#height#-10)
Y=20
ButtonCommand=!Execute [!RainmeterActivateConfig "WP7\Panels\Internet" "internet-all.ini"]
Hidden=1

[private]
Meter=image
imagename=#currentpath#\private#privatebrowsingicons#.png
X=5
Y=5
ToolTiptext=Start Private Browsing
LeftMouseUpAction=!execute ["firefox.exe" "-private"]
Hidden=1