Wallpaper Engine

Wallpaper Engine

11,569 ratings
Day/Night-Cycle slide-clock
3
3
   
Award
Favorite
Favorited
Unfavorite
Miscellaneous: Approved
Type: Web
Age Rating: Everyone
Genre: Relaxing
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
8.775 MB
Apr 29, 2018 @ 3:19pm
1 Change Note ( view )

Subscribe to download
Day/Night-Cycle slide-clock

Description
[buymeacoffee.com]


Day from 7 - 21
Night from 21 - 7


Full, Background Day/Night Cycle, with slide Clock
Working on the most 16:9 resolutions.
Clock function from CodePen.io(Jacob Foster)

Here you can see the Frequently asked questions


Popular Discussions View All (3)
0
Jan 12, 2023 @ 3:02am
Clock
TheRealHalle
0
Jul 18, 2018 @ 10:23am
Make the clock tick evenly
zbw8388
136 Comments
dschonny Aug 28, 2023 @ 8:45am 
To remove seconds yourself, do this:

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.
dschonny Aug 28, 2023 @ 12:26am 
me like
+1 for a version without seconds
Eshelb_XD Jul 30, 2023 @ 6:01pm 
Can you make it so we can set it to a 12-hour format?
Smoke 2 Joints Jul 1, 2023 @ 6:12pm 
SHOULD BE ABLE TO REMOVE SECONDS AND JUST HAVE HOURS/ MINUTES
GPG118 Jun 23, 2023 @ 2:34am 
Buen fondo me gusta asi para un set-up tranquilo sin leds ni na.
------------------------------------------------------------------------------------------------
Nice wallpaper, I like it for a quiet set-up without leds and nothing :D :steamthumbsup:
TKN-Andrew Jun 14, 2023 @ 4:43pm 
Cause of some reason it is so zoomed in. If you can fix it, you will be the best.
bleaK Dec 28, 2022 @ 5:11am 
Can I get rid of Seconds and just have hours/minutes?
Dedebora Nov 14, 2022 @ 10:40pm 
genial:espresso:
zampolet Sep 19, 2022 @ 2:24am 
время показывает на час меньше. настроек не нашел
Slowman47 Jun 8, 2022 @ 9:38pm 
How do you set it to 12 hour