non|step II and rainmeter display problems Thread last updated on 2007-11-10 20:46:58

Posted by member 385545 on 2007-10-13 17:27:54

Hello,

This is what I have:
░░░░┌──────────────────────────────┐
CPU░│░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│
░░░░└──────────────────────────────┘

░░░░░██████████████████████████████


This is what I want:
░░░░┌──────────────────────────────┐
CPU░│██████████████████████████████│
░░░░└──────────────────────────────┘


The same applies to the "Down" and "Up" indicators. I have searched through all the config files but no matter what parameter I change, the indicator itself is not moving.

The light gray areas are only there to allign the ascii chars or it would look really bad. :)

Posted by member 384918 on 2007-10-31 10:40:49 link

I fixed it by playing around in rainmeter.rc. Tinker with it a little. There's a variable document on Rainy's site here: http://www.ipi.fi/~rainy/Rainmeter/Manual.html

Hope this helps.

Posted by member 376487 on 2007-11-10 20:46:58 link

I had the same problem, and I fixed it on my pc. I am going to paste the text from rainmeter.rc here for you. Just copy it to your note pad, save it as "rainmeter.rc", and save it in (*:\LiteStep\themes\nonstep II\config), or where ever you have your themes files saved.





;; rainmeter.config
;; ================================================= ;;

RainMeterIniFile "$ConfigDir$rainmeter.ini"
RainMeterSkinPath "$ConfigDir$rainmeter\"
RainmeterWindowX "$ResolutionX-410$"
if TaskBarMode = 1
RainmeterWindowY "52"
else
RainmeterWindowY "$ResolutionY-56$"
endif
RainMeterCurrentConfig nonstep
RainMeterCurrentConfigIni "nonstep.ini"


*Label meterBox
meterBoxX "-410"
if TaskBarMode = 1
meterBoxY "52"
else
meterBoxY "-56"
endif
meterBoxWidth "395"
meterBoxHeight "10"
meterBoxTransparencyMode "fake"
*meterBoxModuleHook !LabelLsBoxHook cpuTextLabel
*meterBoxModuleHook !LabelLsBoxHook cpuMeter
*meterBoxModuleHook !LabelLsBoxHook netInTextLabel
*meterBoxModuleHook !LabelLsBoxHook netInMeter
*meterBoxModuleHook !LabelLsBoxHook netOutTextLabel
*meterBoxModuleHook !LabelLsBoxHook netOutMeter
;*meterBoxModuleHook !RainmeterLsBoxHook nonstep



cpuTextLabelText "cpu"
cpuTextLabelX 22
cpuTextLabelY 0
cpuTextLabelWidth 20
cpuTextLabelHeight 7
cpuTextLabelFontColor $cpuMeterColor$
cpuTextLabelFontSmoothing false

cpuMeterX "44"
cpuMeterY "0"
cpuMeterWidth "92"
cpuMeterHeight "5"
cpuMeterImage "meterBarBG.png"
cpuMeterImageBottomEdge "1"
cpuMeterImageLeftEdge "1"
cpuMeterImageRightEdge "1"
cpuMeterImageTopEdge "1"
cpuMeterTooltip "cpu: [cpu]"


netInTextLabelText "down"
netInTextLabelX 144
netInTextLabelY 0
netInTextLabelWidth 30
netInTextLabelHeight 7
netInTextLabelFontColor $netInMeterColor$
netInTextLabelFontSmoothing false

netInMeterX "175"
netInMeterY "0"
netInMeterWidth "91"
netInMeterHeight "5"
netInMeterImage "meterBarBG.png"
netInMeterImageBottomEdge "1"
netInMeterImageLeftEdge "1"
netInMeterImageRightEdge "1"
netInMeterImageTopEdge "1"
netInMeterTooltip "netIn: [netIn]"


netOutTextLabelText "up"
netOutTextLabelX 280
netOutTextLabelY 0
netOutTextLabelWidth 14
netOutTextLabelHeight 7
netOutTextLabelFontColor $netOutMeterColor$
netOutTextLabelFontSmoothing false

netOutMeterX "296"
netOutMeterY "0"
netOutMeterWidth "98"
netOutMeterHeight "5"
netOutMeterImage "meterBarBG.png"
netOutMeterImageBottomEdge "1"
netOutMeterImageLeftEdge "1"
netOutMeterImageRightEdge "1"
netOutMeterImageTopEdge "1"
netOutMeterTooltip "netOut: [netOut]"

;if not Win98 and not WinMe
; cpuMeterBalloonTooltip
; netInMeterBalloonTooltip
; netOutMeterBalloonTooltip
;endif