It is currently April 27th, 2024, 4:58 pm

Help changing a couple of bars I'm using

Get help with creating, editing & fixing problems with skins
Ataris
Posts: 1
Joined: January 9th, 2012, 10:36 pm

Help changing a couple of bars I'm using

Post by Ataris »

Hello,

I'm new to using Rainmeter, so I apologize if this is a stupid question, but I'm to figure out how to do this:


That is, with the blue and green bars, I'd like to move them to the left side of those statements.

In the spoilers below, I have the ini files for both of those bars.

I'd appreciate any help on this. Thanks.

RAM Bar

Code: Select all

[Rainmeter]
Author=axerron.deviantart.com
Update=3000
BackgroundMode=1

[Metadata]
Name=Skyrim RAM Meter
Description=Memory utilization meter inspired by Skyrim stamina indicator.
Instructions=If you want to change the color of the bar, just rewrite the filename in Variables section.
Version=1.0
Tags= RAM | Skyrim | Memory | UI
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

;........................................................................
;Variables
;........................................................................

[Variables]
FontColorText=888888
FontColorLabel=f2f2f2
FontFace=Futura LT Condensed
FontSizeLabel=15
FontSizeText=12
StringEffect=SHADOW
FontEffectColor=3a3a3a
;-------------------------------------------
;Rewrite filename here for change of color |
;-------------------------------------------
BarColor=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_stamina.png


;........................................................................
;Measures
;........................................................................


[MeasureMemoryTotal]
Measure=Memory
Total=0

[MeasureMemoryUsed]
Measure=Memory


;........................................................................
;Meters
;........................................................................

[MeterMemoryUsedPrefix]
Meter=STRING
X=0
Y=5
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="USED MEMORY"
AntiAlias=1

[MeterMemoryUsed]
MeasureName=MeasureMemoryUsed
MeasureName2=MeasureMemoryTotal
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1B / %2B"
AntiAlias=1
AutoScale=1

[MemoryBarBackground]
Meter=Image
ImageName=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_background.png
X=5R
Y=0
W=221
H=26

[MeterMemoryUsedBar]
MeasureName=MeasureMemoryUsed
Meter=BAR
X=21r
Y=7r
W=178
H=13
BarImage=#BarColor#
BarOrientation=HORIZONTAL

HDD Bar

Code: Select all

[Rainmeter]
Author=axerron.deviantart.com
Update=5000
BackgroundMode=1
LeftMouseUpAction=!Execute ["#Hdd1Path#"]

[Metadata]
Name=Skyrim HDD Meter 1
Description=Drive meter inspired by Skyrim level indicator and menu UI.
Instructions=Don't forget to set the path to your drive in Variables section. Left Click to go to selected drive root. If you want to change the color of the bar, just rewrite the filename in Variables section.
Version=1.0
Tags= HDD | Skyrim | Drive | UI
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

;........................................................................
;Variables
;........................................................................

[Variables]
FontColorText=888888
FontColorLabel=f2f2f2
FontFace=Futura LT Condensed
FontSizeLabel=15
FontSizeText=12
StringEffect=SHADOW
FontEffectColor=3a3a3a
;-------------------------------------------
;Rewrite filename here for change of color |
;-------------------------------------------
BarColor=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_level.png
;-----------------------------------
;!!!!! Edit your Drive here !!!!!  |
;-----------------------------------
Hdd1Path=C:

;........................................................................
;Measures
;........................................................................


[MeasureHdd1Label]
Measure=FreeDiskSpace
Drive=#Hdd1Path#
Label=1
UpdateDivider=1000

[MeasureHdd1TotalSpace]
Measure=FreeDiskSpace
Drive=#Hdd1Path#
Total=1
UpdateDivider=30

[MeasureHdd1UsedSpace]
Measure=FreeDiskSpace
Drive=#Hdd1Path#
InvertMeasure=1
UpdateDivider=30

[MeasureHdd1FreeSpace]
Measure=FreeDiskSpace
Drive=#Hdd1Path#
UpdateDivider=30


;........................................................................
;Meters
;........................................................................

[MeterHdd1LabelPrefix]
Meter=STRING
X=0
Y=4
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="HDD"
AntiAlias=1

[MeterHdd1Label]
MeasureName=MeasureHdd1Label
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1"
AntiAlias=1

[MeterHdd1UsedPrefix]
Meter=STRING
X=5R
Y=4
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="USED"
AntiAlias=1

[MeterHdd1Used]
MeasureName=MeasureHdd1UsedSpace
MeasureName2=MeasureHdd1TotalSpace
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1B of %2B"
AntiAlias=1
AutoScale=1

[MeterHdd1FreePrefix]
Meter=STRING
X=5R
Y=4
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="FREE"
AntiAlias=1

[MeterHdd1Free]
MeasureName=MeasureHdd1FreeSpace
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1B"
AntiAlias=1
AutoScale=1

[Hdd1BarBackground]
Meter=Image
ImageName=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_background.png
X=5R
Y=0
W=221
H=26

[MeterHdd1UsedBar]
MeasureName=MeasureHdd1UsedSpace
Meter=BAR
X=21r
Y=7r
W=178
H=13
BarImage=#BarColor#
BarOrientation=HORIZONTAL
Gobble45
Posts: 18
Joined: January 10th, 2012, 2:38 am

Re: Help changing a couple of bars I'm using

Post by Gobble45 »

Hey Mate,
I did this yesterday on my Home PC, fixed it up by changing the code,
Cant remember what i did, but i have a sample here if you want to try it and let me know?
[Rainmeter]
Author=axerron.deviantart.com
Update=3000
BackgroundMode=1

[Metadata]Name=Skyrim RAM Meter
Description=Memory utilization meter inspired by Skyrimstamina indicator.
Instructions=If you want to change the color of the bar, just rewrite the filename in Variables section.
Version=1.0
Tags= RAM | Skyrim | Memory | UI
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

;........................................................................
;Variables
;........................................................................
[Variables]
FontColorText=888888
FontColorLabel=f2f2f2
FontFace=Futura LT Condensed
FontSizeLabel=15
FontSizeText=12
StringEffect=SHADOW
FontEffectColor=3a3a3a
;-------------------------------------------
;Rewrite filename here for change of color |
;-------------------------------------------
BarColor=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_stamina.png

;........................................................................
;Measures
;........................................................................

[MeasureMemoryTotal]
Measure=MemoryTotal=0

[MeasureMemoryUsed]
Measure=Memory
;........................................................................
;Meters
;........................................................................

[MemoryBarBackground]
Meter=Image
ImageName=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_background.png
X=0
Y=5
W=221
H=26

[MeterMemoryUsedBar]
MeasureName=MeasureMemoryUsed
Meter=BAR
X=21r
Y=7r
W=178
H=13
BarImage=#BarColor#
BarOrientation=HORIZONTAL

[MeterMemoryUsedPrefix]
Meter=STRING
X=5r
Y=0r
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="USED MEMORY"
AntiAlias=1

[MeterMemoryUsed]
MeasureName=MeasureMemoryUsed
MeasureName2=MeasureMemoryTotal
Meter=STRING
X=5R
Y=0r
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1B / %2B"
AntiAlias=1
AutoScale=1
THis will change the RAM skin. i havent yet looked at the HDD

When i get home from work i will upload my code, that i used yesterday.
Gobble45
Posts: 18
Joined: January 10th, 2012, 2:38 am

Re: Help changing a couple of bars I'm using

Post by Gobble45 »

As promised:
[Rainmeter]
Author=axerron.deviantart.com
Update=1000
BackgroundMode=1

[Metadata]
Name=Skyrim CPU Meter
Description=CPU utilization meter inspired by Skyrim magicka indicator.
Instructions=If you want to change the color of the bar, just rewrite the filename in Variables section.
Version=1.0
Tags= RAM | Skyrim | Memory | UI
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0

;........................................................................
;Variables
;........................................................................

[Variables]
FontColorText=888888
FontColorLabel=f2f2f2
FontFace=Futura LT Condensed
FontSizeLabel=15
FontSizeText=12
StringEffect=SHADOW
FontEffectColor=3a3a3a
;-------------------------------------------
;Rewrite filename here for change of color |
;-------------------------------------------
BarColor=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_magicka.png

;........................................................................
;Measures
;........................................................................


[MeasureCPUUsed]
Measure=CPU
Processor=0

;........................................................................
;Meters
;........................................................................

[CPUBarBackground]
Meter=Image
ImageName=#SKINSPATH#TESV Skyrim\Resources\skyrim_bar_background.png
X=125
Y=0
W=221
H=26

[MeterCPUUsedBar]
MeasureName=MeasureCPUUsed
Meter=BAR
X=21r
Y=7r
W=178
H=13
BarImage=#BarColor#
BarOrientation=HORIZONTAL


[MeterCPUUsedPrefix]
Meter=STRING
X=0
Y=5
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeText#
FontColor=#FontColorText#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="CPU USAGE"
AntiAlias=1

[MeterCPUUsed]
MeasureName=MeasureCPUUsed
Meter=STRING
X=2R
Y=2
SolidColor=0,0,0,1
FontFace=#FontFace#
FontSize=#FontSizeLabel#
FontColor=#FontColorLabel#
StringAlign=LEFT
StringEffect=#StringEffect#
FontEffectColor=#FontEffectColor#
Text="%1% "
AntiAlias=1
AutoScale=1
That works for me :)