Skip to content

Requios/Elementary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Elementary Some simple, clean Rainmeter skins, including skins for

  • Time and Date
  • The Weather (Yahoo!)
  • Notes
  • Your media player (NowPlaying)
  • Basic system monitoring
    (cpu, ram, hard drive space, NIC traffic, and uptime)
  • RSS and ATOM feeds (modded [YQLFeed][jsm-yqlfeed])
  • File and Web search (Locate32 and DuckDuckGo)

Rainmeter 3.0.2 or later is required for these skins to function properly. You can get the latest version from Rainmeter.net. The RMSKIN installer package for these skins can be downloaded from [DeviantArt][devart] or GitHub.

License

This work is licensed under the Creative Commons Attribution Non-Commercial Share-Alike 4.0

In short, feel free to modify and redistribute these skins to your heart's content - just refer back to me, use the same license, and don't sell the work.

Customization - Settings.txt

Elementary's user preferences are in the file ...\Skins\Elementary\@Resources\Settings.txt. Open this file in any plaintext editor to change settings. You can also right-click on an Elementary skin, and in the context menu select Elementary > Settings.ini to quickly open the file in Windows Notepad.

Settings are given in Key=Value pairs; to change a setting, modify the portion after the = sign, save the file, and refresh any open Elementary skins.

Key Description Default
font The primary font used by the skins. You can use any installed font, just keep in mind that the positions of the skin elements are optimized for the two default fonts. (More information on Fonts in Rainmeter) (JSMorley's handy RainFont utility) Century Gothic
font2 The secondary font used by the skins. See above. Futurist Fixed-Width
style Sets the attributes of the text in the skins. Valid values are NORMAL, BOLD, ITALIC, and BOLDITALIC. NORMAL
color The primary color for the skins, given in Decimal (rrr,ggg,bbb,aaa) or Hexadecimal (RrGgBbAa) format. For darker skins, try 0,0,0,200 and experiment from there. (More information on Color Codes in Rainmeter) 255,255,255,180
highlight An optional highlight color. By default, this is 'turned off' by setting it to #color#, so that the highlight color will match the main color. Simply change this to a valid color code to enable the highlight color. #color#
woeid The Yahoo! WOEID location code for the weather skin. You can lookup your WOEID here. 44418 (London)
unit Changes the units used in the Weather skin. Use f for English and c for Metric. f
language The two letter [ISO 639-1 code][iso639] for your preferred language. Available language files can be viewed in ...\Elementary\@Resources\Languages\. Current options are en, fr, ru, and de. en
drive The letter of the hard drive to monitor with the system skin C:
player Music player for the NowPlaying skin. You can view a list of supported players and their respective PlayerName values in the documentation for the NowPlaying plugin. CAD
hour The format code for the hour in the Time skins. For a 12-hour clock, use %#I; for a 24-hour clock, use %#H. To add leading zeros, remove the # sign (i.e., %I will give you '08' instead of '8'). %#I
scalar Scales the size of the analog clock. A larger number will increase the size; a smaller number will decrease it. I recommend staying between 1.5 and 5.0. 3.0
FeedURL1 - FeedURL6 The URLs for the 6 RSS/Atom feeds in the YQLFeed skins. (various)
FeedTitle1 - FeedTitle6 The title for each feed (various)

Adding Languages - template.txt

To make your own translation file to use with Elementary, look in ...\Elementary\@Resources\Languages\ for the file template.txt. This file lists all the 'keys' for the skins with no 'values' (translations).
To make a new translation file:

  1. Make a copy of the template file, naming the new copy something appropriate for your language. (I suggest the [ISO 639-1 code][iso639], because it is simple, universal, and will fit with the "official" translations.)
  2. Open your new copy and fill in all the values after the = signs with the appropriate word or phrase in your language. Save your changes.
  3. In Settings.txt, set language to whatever you named your new translation file (without the .txt extension). Save Settings.txt and refresh any open Elementary skins. The skins should now use your new translations.

Please check the translation files already included in the ...\Languages\ folder for examples.

Some notes:

  • The default fonts might not support the special characters needed for some languages. In such cases you will need to change the font to one that includes the correct characters.
  • Translation files with special characters should be encoded with Unicode. You can read more specifics [here][unicode] (see the section "Using Unicode in Rainmeter" for how to save the file in a particular text editor).
  • If a word/phrase in your language is much longer than that word/phrase in English, then there may be some problems with text being cut-off in some of the skins. This should be easily solved with a minor positioning tweak in that skin's .ini file, but consider using shorter synonyms if possible to make it easier to redistribute your translation.

If you would like to have your translation added to the official Elementary package:

Contributors

Credits

Contact

Feel free to contact me with questions or suggestions:

About

Some Rainmeter skins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%