Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
;-;
Have fun!
1. Going to the wallpaper in wallpaper engine
2. Right click, and choose "open in explorer"
3. open css/style.css
4. change `background-color: #<color_hex_code>` to change the background color
5. change `color: #rgb(<value>,<value>,<value>, 0.89)` to change the font color
You can also use a hex code for the `color` attribute but keep in mind it won't be transparent.
This is made with basic html/css/js so any knowledge of that applies here
edit js/index.js
from
var use24HourClock = true;
to
var use24HourClock = false;