General Consciousness Project (GCP)

Dot Graph

Description

The GCP skin is a Rainmeter skin that displays the General Consciousness Project dot over a clown face as a substitute for the nose of the clown on the computer desktop. Similarly, a graph display is available as well that will display an image of the 24 Hour GCP graph displayed on the GCP project webpage.

Both the dot and the graph will update in real time.

Requirements

Due to Rainmeter having no capabilities to render webpages (they can only be retrieved as HTML via the WebParser Rainmeter plugin) this skin requires that phantomjs is installed and available from the environment path as a self-standing binary executable.

Download

Doom Guy CPU Meter

Description

Doom guy starts suffering more and more as the average CPU load goes up.

Download

Code

[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=DoomCPU
Author=Wizardry and Steamworks
Information=A CPU utilization meter based on Doom guy.
Version=1.0
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[MeasureCPU]
Measure=CPU
Processor=0
IfCondition=(MeasureCPU >= 0) && (MeasureCPU < 25)
IfTrueAction=[!SetOption DoomGuy ImageName "#@#Images\0.png"]
IfCondition2=(MeasureCPU >= 25) && (MeasureCPU < 50)
IfTrueAction2=[!SetOption DoomGuy ImageName "#@#Images\25.png"]
IfCondition3=(MeasureCPU >= 50) && (MeasureCPU < 75)
IfTrueAction3=[!SetOption DoomGuy ImageName "#@#Images\50.png"]
IfCondition4=(MeasureCPU >= 75) && (MeasureCPU < 100)
IfTrueAction4=[!SetOption DoomGuy ImageName "#@#Images\100.png"]
OnUpdateAction=[!UpdateMeter MeterCPU][!Redraw]

[DoomGuy]
Meter=Image
AntiAlias=0
W=143
H=183
ImageName=#@#Images\0.png

Image Panel

Description

This meter displays a small icon onto which an image file can be dragged in order for the image to be displayed inside a panel on the desktop.

Download

Code

[Rainmeter]
Update=1000
DynamicWindowSize=1

[Metadata]
Name=ImagePanel
Author=Wizardry and Steamworks
Information=Drag and drop image panels.
Version=1.1
License=Creative Commons Zero - CC0

[Variables]
File=\\AURORA\strobe\Pictures\Meme\1649974022290.gif
W=328
H=272
A=150

[DragNDrop]
Measure=Plugin
Plugin=Drag&Drop
Action=Path
OnDropAction=[!WriteKeyValue Variables File $File$][!UpdateMeasureGroup imagesize]

[MeasureWidth]
Measure=Plugin
Plugin=ImageSize
ImageName=[DragNDrop]
Dimension=Width
UpdateDivider=-1
DynamicVariables=1
Group=imagesize
OnChangeAction=[!WriteKeyValue Variables W [MeasureWidth]][!Refresh][!UpdateMeter Image][!UpdateMeter Frame]

[MeasureHeight]
Measure=Plugin
Plugin=ImageSize
ImageName=[DragNDrop]
Dimension=Height
UpdateDivider=-1
DynamicVariables=1
Group=imagesize
OnChangeAction=[!WriteKeyValue Variables H [MeasureHeight]][!Refresh][!UpdateMeter Image][!UpdateMeter Frame]

[Image]
Meter=Image
ImageName=#File#
X=0
Y=18
W=#W#
H=#H#
ImageAlpha=#A#
DynamicVariables=1

[Control]
Meter=Image
X=0
Y=0
ImageName=#@#Images\icon.png
MouseScrollUpAction=[!WriteKeyValue Variables A "(Clamp(#A# + 15, 0, 255))"][!Refresh][!UpdateMeter Image][!UpdateMeter Frame]
MouseScrollDownAction=[!WriteKeyValue Variables A "(Clamp(#A# - 15, 0, 255))"][!Refresh][!UpdateMeter Image][!UpdateMeter Frame]
MouseLeaveAction=[!Draggable 0][!ZPos -2]
MouseOverAction=[!Draggable 1][!ZPos 2]

[Frame]
Meter=Shapecc
X=0
Y=0
DynamicVariables=1
Shape=Rectangle 0,18,#W#,#H# | StrokeColor 255,255,255,255 | Fill Color 255,0,0,0

fuss/rainmeter.txt · Last modified: 2023/07/03 14:22 by office

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.