Wallpaper Engine:壁纸引擎

Wallpaper Engine:壁纸引擎

12,087 个评价
Day/Night-Cycle slide-clock
3
3
2
   
奖励
收藏
已收藏
取消收藏
Miscellaneous: Approved
Type: Web
Age Rating: Everyone
Genre: Relaxing
Resolution: Dynamic resolution
Category: Wallpaper
文件大小
发表于
8.775 MB
2018 年 4 月 29 日 下午 3:19
1 项改动说明 ( 查看 )

订阅以下载
Day/Night-Cycle slide-clock

描述
[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


热门讨论 查看全部(3)
1
1 月 6 日 上午 6:05
Clock
TheRealHalle
0
2018 年 7 月 18 日 上午 10:23
Make the clock tick evenly
zbw8388
139 条留言
Freaky 7 月 10 日 下午 6:07 
Good
Leo Pardo 2024 年 6 月 26 日 上午 5:44 
EXCELENTE WALLPAPER! Você conseguiria fazer algo com a mesma lógica mas integrar com o clima no lugar de integrar com o relógio? Outra dica interessante é adicionar a opção de "escolher imagem", para que o usuário consiga escolher as próprias artes para diferentes horários. Nada contra as artes que você fez, ficaram maravilhosas, mas essa camada extra de personalização faria seu wallpaper chegar a outro nível de excelência.

--------------------------------------------------------------------------------------------------------------

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.
AlconburyBlues 2024 年 6 月 4 日 上午 7:59 
Nice simple creation. But it's missing the standard alignment and positioning options. So everything is off the screen. All I see is the clock.
dschonny 2023 年 8 月 28 日 上午 8:45 
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 2023 年 8 月 28 日 上午 12:26 
me like
+1 for a version without seconds
Eshelb 2023 年 7 月 30 日 下午 6:01 
Can you make it so we can set it to a 12-hour format?
Smoke 2 Joints 2023 年 7 月 1 日 下午 6:12 
SHOULD BE ABLE TO REMOVE SECONDS AND JUST HAVE HOURS/ MINUTES
gpt 2023 年 6 月 23 日 上午 2:34 
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 2023 年 6 月 14 日 下午 4:43 
Cause of some reason it is so zoomed in. If you can fix it, you will be the best.
bleaK 2022 年 12 月 28 日 上午 5:11 
Can I get rid of Seconds and just have hours/minutes?