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
--------------------------------------------------------------------------------------------------------------
EXCELLENT WALLPAPER! Could you do something with the same logic but integrate it with the weather instead of the clock? Another interesting tip is to add the option to "choose image", so that the user can choose their own art for different times. Nothing against the art you made, it was wonderful, but this extra layer of customization would take your wallpaper to another level of excellence.
Go to
\steamapps\workshop\content\431960\1373816444\
edit index.html
remove second entry that reads
<div class="colon"></div>
or comment out by adding <!-- before it and --> behind it.
Should be Line 56
Save file.
Go to subfolder js
edit index.js
find function getClock() and change line
return [use24HourClock ? d.getHours() : d.getHours() % 12 || 12, d.getMinutes(), d.getSeconds()].reduce(padClock, '');
to
return [use24HourClock ? d.getHours() : d.getHours() % 12 || 12, d.getMinutes()].reduce(padClock, '');
in other words, remove
, d.getSeconds()
from that line.
If you want to be on the sure side, make a duplicate of that line, comment one out by adding // at the beginning and edit the other one to easyly change back if sth goes wrong.
Save.
If wallpaper is already active, change to another one and then back to this one and voilá, seconds are gone.
+1 for a version without seconds
------------------------------------------------------------------------------------------------
Nice wallpaper, I like it for a quiet set-up without leds and nothing :D
But is there a way to disable seconds??
btw how can you import music and let it play (also a different music for night than the daytime)?
𝑬𝒏𝒋𝒐𝒚 𝒕𝒉𝒆 𝒑𝒂𝒓𝒕𝒚 𝒂𝒏𝒅 𝒅𝒓𝒊𝒏𝒌𝒔 𝒘𝒊𝒕𝒉 𝒚𝒐𝒖𝒓 𝒇𝒂𝒎𝒊𝒍𝒊𝒆𝒔 𝒂𝒏𝒅 𝒇𝒓𝒊𝒆𝒏𝒅𝒔! 𝑿𝑶𝑿𝑶