Windows 7 Forum: konfiguracja, optymalizacja, porady, gadżety •

Pełna wersja: Rainmeter
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
a jak blokować te poszczególne pliki od winampa

i jak ustawić to przesuwanie bo raz coś tak poprzestawiłem że mogłem tak do polowy na dół w osi Y przesuwać ale już nie pamietam co chyba to było w tym którymś "H" dodam że moja rozdzielczość to 1920x1080
Blokuj przez dopisanie przed każdym wpisem znaczka ;
np:
;[WINAMP]
;Measure=Plugin
;Plugin=Plugins\WindowMessagePlugin.dll
;WindowClass=Winamp v1.x
;Substitute=" - Winamp":"","[Paused]":"","[Stopped]":""
;[PLAY]
;Measure=Plugin
;Plugin=Plugins\WindowMessagePlugin.dll
;WindowClass=Winamp v1.x
;WindowMessage=1024 0 104
;IfAboveValue=1
;IfAboveAction=!execute [!RainmeterHideMeter (title) #@#][!RainmeterShowMeter (pause) #@#][!RainmeterRedraw #@#]
;IfEqualValue=1

itd...

i przestawiaj swój zegar na wybraną pozycję
sebuja
o jaki cfg ci chodzi??
Możesz pisać po polskiemu?
[/quote]

Chodzi mi o konfig "system.ini"

wyglada tak:


Kod:
[Rainmeter]
Modified By Rapidsebuja
Update=500
[Metadata]
Name=NS System
Description=Bar progress meter to show system stats.
Instructions=
Version=1.0.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=
;End of added Metadata

[Variables]
Font1 = Serge UI
Font2 = Agency FB
Font Size1 = 10
Font Size2 = 40
Bar1 = 0,174,255
Bar2 = 225,225,225,35
Font Color = 255,255,255,255
FontC Title = 255,255,255,255

; ----------------------------------

[measureCPU]
Measure=CPU
Processor=0

[TopProcess]
Measure=Plugin
Plugin=Plugins\AdvancedCPU.dll
TopProcess=2
CPUExclude=Idle

[MeasureOS]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=OS_VERSION

[MeasureUser]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=USER_NAME

; ----------------------------------

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#FontC Title#
FontFace=#Font2#
FontSize=#Font Size2#
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#Font Color#
FontFace=#Font1#
FontSize=#Font Size1#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#Font Color#
FontFace=#Font1#
FontSize=#Font Size1#
AntiAlias=1
ClipString=1

[styleBar]
BarColor=#Bar1#
BarOrientation=HORIZONTAL
SolidColor=#Bar2#

;------------------------------------

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
X=40
Y=0
W=320
H=180
Text="SYS"
LeftMouseUpAction=!Execute ["taskmgr.exe"]
ToolTipText="Open Task Manager

;------------------------------------

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
X=180
Y=70
W=320
H=180
Text="SYSTEM"

;-------------------------------------

[meterLabelCPU]
Meter=STRING
MeterStyle=styleLeftText
X=80
Y=12
W=290
H=14
Text="Użycie procesora"

[meterValueCPU]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureCPU
X=290
Y=0r
W=290
H=14
Text="%1%"

[meterBarCPU]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureCPU
X=80
Y=28
W=210
H=3

;--------------------------------------

[User]
Meter=STRING
MeterStyle=styleLeftText
MeasureName=MeasureUser
X=80
Y=32
W=290
H=14
FontColor="#Font Color#"
AntiAlias=1

[Process]
Meter=STRING
MeterStyle=styleRightText
MeasureName=TopProcess
X=290
Y=0r
W=190
H=14

[meterSeperator5]
Meter=IMAGE
MeterStyle=styleBar
X=80
Y=48
W=210
H=3


Chce go przerobic zeby pokazywal uzycie dwoch rdzeni.
Pomyśl co zrobić z trzecim elementem (OS).
Masz cały .ini:
Kod:
[Rainmeter]
Author=http: //novasev.com/Modified By Rapidsebuja
Update=1000

[Metadata]
Name=NS System
Description=Bar progress meter to show system stats.
Instructions=
Version=1.0.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=
;End of added Metadata

[Variables]
Font1 = GeosansLight
Font2 = Agency FB
Font Size1 = 10
Font Size2 = 40
Bar1 = 19A2DE
Bar2 = 225,225,225,35
Font Color = 255,255,255,255
FontC Title = 255,255,255,255

; ----------------------------------

[measureCPU]
Measure=CPU
AverageSize=3

[measureCPU1]
Measure=CPU
Processor=1

[TopProcess]
Measure=Plugin
Plugin=Plugins\AdvancedCPU.dll
TopProcess=2
CPUExclude=Idle

[MeasureOS]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=OS_VERSION

[MeasureUser]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=USER_NAME

; ----------------------------------

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#FontC Title#
FontFace=#Font2#
FontSize=#Font Size2#
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#Font Color#
FontFace=#Font1#
FontSize=#Font Size1#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#Font Color#
FontFace=#Font1#
FontSize=#Font Size1#
AntiAlias=1
ClipString=1

[styleBar]
BarColor=#Bar1#
BarOrientation=HORIZONTAL
SolidColor=#Bar2#

;------------------------------------

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
X=40
Y=0
W=320
H=180
Text="SYS"
LeftMouseUpAction=!Execute ["taskmgr.exe"]
ToolTipText="Open Task Manager"

;-------------------------------------

[meterLabelCPU]
Meter=STRING
MeterStyle=styleLeftText
X=80
Y=12
W=290
H=14
Text="CPU Usage"

[meterValueCPU]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureCPU
X=290
Y=0r
W=290
H=14
Text="%1%"

[meterBarCPU]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureCPU
X=80
Y=28
W=210
H=3

;--------------------------------------

[meterLabelCPU1]
Meter=STRING
MeterStyle=styleLeftText
X=80
Y=32
W=290
H=14
Text="CPU1 Usage"

[meterValueCPU1]
Meter=STRING
MeterStyle=styleRightText
MeasureName=measureCPU1
X=290
Y=0r
W=290
H=14
Text="%1%"

[meterBarCPU1]
Meter=BAR
MeterStyle=styleBar
MeasureName=measureCPU1
X=80
Y=48
W=210
H=3

;--------------------------------------
;[User]
Meter=STRING
MeterStyle=styleLeftText
MeasureName=MeasureUser
X=80
Y=32
W=290
H=14
FontColor="#Font Color#"
AntiAlias=1

;[OS]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureOS
X=210
Y=0r
W=290
H=14
AntiAlias=1
Text=%1

;[Process]
Meter=STRING
MeterStyle=styleRightText
MeasureName=TopProcess
X=290
Y=0r
W=190
H=14

;[meterSeperator5]
Meter=IMAGE
MeterStyle=styleBar
X=80
Y=48
W=210
H=3
czyli gdzie mam coś wpisywać aby zablokować przesuwanie zegara po pulpicie ?
a wie może ktoś jak się nazywają poszczególne elementy z tego pulpitu :
http://imageshack.us/f/46/64788620.jpg/
głównie chodzi mi o tą belkę na dole
Cytat:Sprawdź czy będzie pasować:
Text="Used| %2%"
Text="Free | %1%"
albo pokaż screena

Nadal nic. Wystarczy że zapiszesz to jako ini i "będzie" działać. Tu jest sam tekst bez żadnych obrazków itp. Uśmiechnięty
OK.
Nikt nie jest wróżką, symulacja przebiegła poprawnie, zmiana wpisów (masz cały .ini):
Kod:
[MeasureMemTotal]
Measure=PhysicalMemory
Total=1

[MeasureMemUsed]
Measure=PhysicalMemory
UpdateDivider=20

[MeasureMemFree]
Measure=PhysicalMemory
InvertMeasure=1
UpdateDivider=20

[MeterMemoryInfoTotal]
Meter=String
MeasureName=MeasureMemTotal
X=0
Y=12
W=400
H=16
FontFace="Segoe UI"
FontSize=10
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Total | %1B"

[MeterMemoryInfoUsed]
Meter=String
MeasureName=MeasureMemUsed
X=4
Y=27
W=400
H=16
FontFace="Segoe UI"
FontSize=10
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Used| %1B"

[MeterMemoryInfoFree]
Meter=String
MeasureName=MeasureMemFree
X=5
Y=43
W=400
H=16
FontFace="Segoe UI"
FontSize=10
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1

;Percentual=1
;Text="Free | %1%"

Text="Free | %1B"

Jeżeli zmienisz:
Percentual=1
Text="Free | %1%"

;Text="Free | %1B"
to otrzymasz wynik w procentach.
może ktoś jak się nazywają poszczególne elementy z tego pulpitu :
http://imageshack.us/f/46/64788620.jpg/
głównie chodzi mi o tą belkę na dole
Zależy mi jednak na GB Zadowolony
A co do tego postu wyżej to winamp to hud vision Uśmiechnięty

Kod:
[MeasureDiskLabel]
Measure=FreeDiskSpace
Drive=C:
Label=1
UpdateDivider=5

[MeasureTotalDiskSpace]
Measure=FreeDiskSpace
Drive=C:
Total=1
UpdateDivider=5

[MeasureFreeDiskSpace]
Measure=FreeDiskSpace
Drive=C:
UpdateDivider=5

[MeasureUsedDiskSpace]
Measure=FreeDiskSpace
Drive=C:
InvertMeasure=1
UpdateDivider=5

[MeterBarTotal]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName1=MeasureTotalDiskSpace
X=14
Y=25
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Total| %3B"

[MeterBarFree]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName1=MeasureFreeDiskSpace
X=14
Y=40
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Free | %4B"

[MeterBarUsed]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName1=MeasureUsedDiskSpace
X=14
Y=55
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Used| %5B"

[MeterTextC]
Meter=String
X=30
Y=10
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text=HDD|C
Dyski też nie działają i nie mam pojęcia co jest źle. Chce aby pokazywały w GB. Kod na sam tekst Zadowolony
a to na dole tu gdzie jest normalnie belka startowa ?
ma ktos pojecie jak to naprawic?
http://kredoc.deviantart.com/art/Youtube...98572&qo=8
konfig jest nie dopracowany i nie dziala.... a szkoda bo dobry pomysl
(12.03.2012 07:17)sebuja napisał(a): [ -> ][Obrazek: jQVf22fDVPUTC.jpg]

Tak wyglada obecnie u mnie.
wszystko "lata"

Czy mozna przerobic wpis SYS na CPU zeby pokazywal prace dwoch rdzeni?

Jak zrobiłeś te zakładki gry itp na górze? Po 2, możesz przesłać skin Rainmeter?
Obserwuje od pewnego czasu poczynania sebuja Skin genialny choć dodał bym od siebie kilka bajerówUśmiechnięty Czy będzie szansa że go udostępnisz? Pozdrawiam
Również mi się podoba sbuja config z rainmeter, tez chciałbym prosić o pełny download.

I czy bardzo zmuli to kompa? Uśmiechnięty
Bo super maszyny to ja nie mam Zacieszacz i praktycznie ledwie co mi 7 hula z aero xd
(13.03.2012 16:12)Worrote napisał(a): [ -> ]...Dyski też nie działają i nie mam pojęcia co jest źle. Chce aby pokazywały w GB. Kod na sam tekst Zadowolony

Poprawka na Dysk C: (kompletny.ini):
Kod:
[MeasureTotalDiskSpace]
Measure=FreeDiskSpace
Drive=C:
Total=1

[MeasureDiskLabel]
Measure=FreeDiskSpace
Drive=C:
Substitute="": ""
Label=1

[MeasureFreeDiskSpace]
Measure=FreeDiskSpace
Drive=C:

[MeasureUsedDiskSpace]
Measure=FreeDiskSpace
Drive=C:
InvertMeasure=1

[MeterTotalC]
Meter=String
MeasureName=MeasureTotalDiskSpace
MeasureName2=MeasureDiskLabel
X=14
Y=25
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Total| %1B"

[MeterFreeC]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName2=MeasureFreeDiskSpace
X=14
Y=40
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Free | %2B"

[MeterUsedC]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName2=MeasureUsedDiskSpace
X=14
Y=55
W=500
H=16
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="Used| %2B"

[MeterTextC]
Meter=String
MeasureName=MeasureDiskLabel
X=14
Y=10
FontSize=10
StringStyle=Bold
FontColor=255,255,255,255
AntiAlias=1
AutoScale=1
Text="%1"
Zrobiłem luncher http://www.sendspace.pl/file/502babc44759d459d52483d Ale nie wiem, jak ustawić aby po opróżnieniu ikona kosza, zmieniła się na inną oraz po kliknięciu prawym, pokazywało to co normalnie jest Zadowolony
(13.03.2012 19:06)sebuja napisał(a): [ -> ]ma ktos pojecie jak to naprawic?
http://kredoc.deviantart.com/art/Youtube...98572&qo=8
konfig jest nie dopracowany i nie dziala.... a szkoda bo dobry pomysl

Google wciąż się zmienia układ Youtube i kod źródłowy, do czasu rozstrzygnięcia ostatecznego autor skina nie będzie na nowo poprawiał ustawień.
(13.03.2012 21:46)Worrote napisał(a): [ -> ]Zrobiłem luncher http://www.sendspace.pl/file/502babc44759d459d52483d Ale nie wiem, jak ustawić aby po opróżnieniu ikona kosza, zmieniła się na inną oraz po kliknięciu prawym, pokazywało to co normalnie jest Zadowolony

Kod:
[Computer]
Meter=Image
ImageName="computer simple.png"
X=0
Y=0
W=98
H=98
LeftMouseUpAction=!Execute [: {20D04FE0-3AEA-1069-A2D8-08002B30309D}]

[HDD C]
Meter=Image
ImageName="hard drive C.png"
X=99
Y=0
W=98
H=98
LeftMouseUpAction=!Execute [C: \]

[HDD D]
Meter=Image
ImageName="hard drive D.png"
X=198
Y=0
W=98
H=98
LeftMouseUpAction=!Execute [D: \]

;------------------------------------------------------------------------------------------------
; MEASURES

[MeasureBin]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=COUNT
Drives=ALL

[MeasureBin2]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=SIZE
Drives=ALL

[BinAction]
Measure=Calc
Formula=MeasureBin
IfAboveAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconFull]
IfAboveValue=0
IfEqualAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconEmpty]
IfEqualValue=0

[IconEmpty]
Meter=IMAGE
ImageName=recycle bin empty sparkling.png
X=297
Y=0
W=98
H=98
AntiAlias=1
LeftMouseDownAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconEmptyActive][!RainmeterRedraw]
RightMouseDownAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconEmptyActive][!RainmeterRedraw]

[IconEmptyActive]
Meter=IMAGE
MeterStyle=IconEmpty
ImageName=recycle bin empty sparkling.png
Hidden=1
LeftMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin OpenBin"][!RainmeterHideMeter IconEmptyActive][!

RainmeterShowMeter IconEmpty][!RainmeterRedraw]
RightMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin EmptyBin"][!RainmeterHideMeter IconEmptyActive][!

RainmeterShowMeter IconEmpty][!RainmeterRedraw]

[IconFull]
Meter=IMAGE
MeterStyle=IconEmpty
ImageName=recycle bin full.png
Hidden=1
LeftMouseDownAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconFullActive][!RainmeterRedraw]
RightMouseDownAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconFullActive][!RainmeterRedraw]

[IconFullActive]
Meter=IMAGE
MeterStyle=IconEmpty
ImageName=recycle bin full.png
Hidden=1
LeftMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin OpenBin"][!RainmeterHideMeter IconFullActive][!

RainmeterShowMeter IconFull][!RainmeterRedraw]
RightMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin EmptyBin"][!RainmeterHideMeter IconFullActive][!

RainmeterShowMeter IconFull][!RainmeterRedraw]


[Chrome]
Meter=Image
ImageName="google chrome.png"
X=0
Y=99
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Users\Karol\AppData\Local\Google\Chrome\Application\chrome.exe"]

[aim]
Meter=Image
ImageName="aim.png"
X=99
Y=99
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\WTW\wtw.exe"]

[skype]
Meter=Image
ImageName="skype.png"
X=198
Y=99
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\Skype\Phone\skype.exe"]

[teamspeak]
Meter=Image
ImageName="teamspeak simple alt.png"
X=297
Y=99
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\TeamSpeak3\ts3client_win32.exe"]

[utorrent]
Meter=Image
ImageName="utorrent simple.png"
X=0
Y=198
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\utorrent.exe"]

[mirc]
Meter=Image
ImageName="mirc.png"
X=99
Y=198
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\mIRC\mirc.exe"]


[ccleaner]
Meter=Image
ImageName="ccleaner.png"
X=198
Y=198
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Program Files\CCleaner\ccleaner64.exe"]

[deamontools]
Meter=Image
ImageName="daemon tools.png"
X=297
Y=198
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\DAEMON Tools Lite\dtlite.exe"]

[documents]
Meter=Image
ImageName="documents.png"
X=0
Y=297
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Users\Karol\Documents"]

[download]
Meter=Image
ImageName="downloads.png"
X=99
Y=297
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Users\Karol\Download"]

[winamp]
Meter=Image
ImageName="winamp.png"
X=198
Y=297
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\Winamp\winamp.exe"]

[totalcommander]
Meter=Image
ImageName="totall commander - arboris.png"
X=297
Y=297
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\totalcmd\totalcmd.exe"]


[photoshop]
Meter=Image
ImageName="cs photoshop.png"
X=99
Y=397
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\Adobe Photoshop CS5 (64 Bit)\photoshop.exe"]

[illustrator]
Meter=Image
ImageName="cs illustrator.png"
X=198
Y=397
W=98
H=98
LeftMouseUpAction=!Execute ["C: \Gry i Programy\Adobe Illustrator CS5.5 LiTE Portable\illustrator.exe"]

wklej calosc do swojego *.ini zastepujac wszystko
(13.03.2012 20:52)-=TURBO=- napisał(a): [ -> ]Również mi się podoba sbuja config z rainmeter, tez chciałbym prosić o pełny download.

I czy bardzo zmuli to kompa? Uśmiechnięty
Bo super maszyny to ja nie mam Zacieszacz i praktycznie ledwie co mi 7 hula z aero xd


Czy bardzo zamuli? nie wiem jak u ciebie to kwesja zoptymalizowanych uslug i rejest systemu - o tym poczytaj tutaj

A co do konfigu - chetnie udostepnie, link:
http://min.us/m9XdUanwZ#1o
Pytanko w sprawie dysków użytkownika sebuja... niebieski pasek pokazuje stopień zapełnienia dysku i tekst to samo czyli 89.5 zajęte na 298. Jak można by zmienić aby tekst pokazywał ile zostało czyli 208,5 wolnego z 298? (pasek niech pozostanie jak jest).
Przekierowanie