HOME | DD

Published: 2013-06-08 15:01:26 +0000 UTC; Views: 564245; Favourites: 937; Downloads: 161255
Redirect to original
Description
CircuitousTwoRainmeter skins, version 1.0These are simple roundline and string skins - sort of a combination of my older Circuitous and Simplicity Circles skins. The design doesn't lend itself to things like feed readers and calendars, but there are a lot more skins in the suite than are shown in the preview:
Included skins:- Battery monitor
- Hard drive space (x3)
- Disk activity (using PerfMon.dll)
- RAM space
- SWAP space
- Upload traffic
- Download traffic
- Wifi monitor
- Media player control using NowPlaying.dll
- CPU (average load and top process)
- CPU cores (x4) (core load and frequency)
- Recycle Bin (size, item count, auto-empty)
- CPU temperature (either CoreTemp or SpeedFan )
- Time and Date
- Volume control
- Weather (using Yahoo! Weather)
- vertical or horizontal background bar
[screenshot showing all the skins included in the suite ]
Skin settings can be easily changed using the Config.ini skin
Credits:Bernd Montag - Sansation font
Yahoo! Weather - weather data
smurfier - Lua wizard
Kaelri - @include-fu
jsmorley - RegExp guru
gronostajo - SimplyRound skin
lalibi - Etheldrede Pantone
amc242 - beta tester
ionstorm01 - beta tester
More info/Help me/How to:Try the ReadMe file first. You can open it from the Config.ini skin, and it is located at right in the skin root folder.
I also am maintaining a "FAQ" journal entry for these skins, for answers that I expect to repeat a lot or for semi-complicated things that need a long answer.
If the ReadMe and FAQ don't cover it, then fire away in the comments - I'll answer any question I can.
Many thanks everyone who helped beta test these skins, and I hope you all enjoy the final product. As usual, bug reports, feature suggestions, and constructive criticism are all greatly appreciated.
Hyrax out.
Related content
Comments: 235
A7llvlled In reply to ??? [2013-07-24 17:05:33 +0000 UTC]
nice one mate , any change for gpu usage & temp , thanks in advance
👍: 0 ⏩: 1
FlyingHyrax In reply to A7llvlled [2013-08-04 13:23:23 +0000 UTC]
GPU info is on my todo list, but no promises.
👍: 0 ⏩: 0
silversurfernhs [2013-07-18 16:33:18 +0000 UTC]
Tried adding a network drive unsuccessfully. I did so the previous way its worked in other skins - replacing hd variable with nav url. How should i go about this?
👍: 0 ⏩: 2
FlyingHyrax In reply to silversurfernhs [2013-07-19 19:22:38 +0000 UTC]
Currently there is a colon character hardcoded after the drive letter in the disk skins. I'm not sure but I feel like that might be the problem - try editing the drive skin and remove the ':' from the "Drive" setting in all the measures. Then when you replace the hd variable with the nav url the measure won't have that trailing colon.
👍: 0 ⏩: 0
silversurfernhs In reply to silversurfernhs [2013-07-18 16:45:59 +0000 UTC]
nevermind, just had to find the right spot to drop the directory in
👍: 0 ⏩: 0
FabioSan1 In reply to ??? [2013-07-14 07:00:15 +0000 UTC]
It's possible to see not C, but the name of the Hdd?
👍: 0 ⏩: 1
FlyingHyrax In reply to FabioSan1 [2013-07-15 15:17:06 +0000 UTC]
Sure. On the hard drive skin, right click and "Edit." In the [mainText] meter, change the
Text="#hd1#:\ %1%"
line to read
Text="%2: %1%"
instead. Though if your hdd name is longer than a few characters, the text is going to end up too big without more tweaking.
👍: 0 ⏩: 1
FabioSan1 In reply to FlyingHyrax [2013-07-15 17:55:27 +0000 UTC]
Thanks and i have another question : why the first letter of the name of the hdd (look here [link] lower and not
capital? in the settings is "Iris" and on the desktop "iris" :/ Why??
👍: 0 ⏩: 1
FlyingHyrax In reply to FabioSan1 [2013-07-16 02:18:49 +0000 UTC]
In the file "CircuitousTwo\@Resources\Styles\common.inc", section [mainTextCommon] has a setting "StringCase=Lower" which forces the text to be all lower case. Just a style/appearance choice. You can eliminate that whole line from the file and the text should display exactly as it is returned from the drive label measure.
👍: 0 ⏩: 1
JohnBurns [2013-07-10 23:58:11 +0000 UTC]
Nicely done - thanks. My Recycle Bin registers 0% when just a few items are in it - when does it change to 1%, 2%, etc? Not a biggie, just curious. Again, thanks for your work - I like it!
👍: 0 ⏩: 1
FlyingHyrax In reply to JohnBurns [2013-07-12 02:52:12 +0000 UTC]
Thanks JohnBurns.
The percentage is calculated using the max size setting, so if the items in the Bin are small then the measure will calculate the percentage used as something less than 1% and truncate it to 0. If you set the max size to something smaller then it should show a larger percentage for the same set of files.
👍: 0 ⏩: 1
JohnBurns In reply to FlyingHyrax [2013-07-12 14:32:12 +0000 UTC]
Thanks for the explanation. I appreciate it and all your work on here.
👍: 0 ⏩: 1
oOCHIEFOo In reply to ??? [2013-06-30 10:33:30 +0000 UTC]
Hey Bro i really enjoy this skin. is there any way to change the colour of this skin
ohh and how to change the size.
Thanks
👍: 0 ⏩: 1
oOCHIEFOo In reply to oOCHIEFOo [2013-07-02 10:09:15 +0000 UTC]
Sorry i spammed this comment it was meant for another skin Sorry!!!!!!!
👍: 0 ⏩: 1
FlyingHyrax In reply to mistu2012 [2013-06-10 16:55:22 +0000 UTC]
Check here: [link]
Adding more disk skins is the second section from the bottom. Let me know if you have questions.
👍: 0 ⏩: 0
Udder-Juice In reply to ??? [2013-06-08 17:34:50 +0000 UTC]
Love this! Can you add Spotify support for the media player?
👍: 0 ⏩: 2
FlyingHyrax In reply to Udder-Juice [2013-06-09 02:58:31 +0000 UTC]
Unfortunately the NowPlaying plugin only has partial support for Spotify.
(The major reason for this is that Spotify only exposes limited functions and information compared to other players.)
You can use Spotify with the media player skin by editing the Settings.txt file manually (check the ReadMe), but some parts of the skin just won't work.
👍: 0 ⏩: 0
Udder-Juice In reply to Udder-Juice [2013-06-08 19:17:41 +0000 UTC]
Thought you'd like to see what I did with your cool skin.
[link]
👍: 0 ⏩: 1
FlyingHyrax In reply to SyafiqDanz [2013-06-09 02:55:37 +0000 UTC]
Glad you like them SyafigDanz!
👍: 0 ⏩: 1
<= Prev |