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
For those that wish to change the clock to a 24hr clock, just edit the Example_SimpleClockAddin.lua, so it is:
local t = os.date("%H:%M");
instead of
local t = os.date("%I:%M");
You can also edit the placement of the clock by editing the Example_SimpleClockAddin.xml
Look for the part that has Offset="0,20" . If you change it to Offset="0,30" , it will be placed just below the top bar.
And if you really want to get fancy, you can also edit the color of the font.