Wallpaper Engine

Wallpaper Engine

1,812 ratings
js object - clock
2
   
Award
Favorite
Favorited
Unfavorite
Miscellaneous: Customizable
Type: Web
Age Rating: Everyone
Genre: Technology
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
Updated
2.477 MB
7 Jun, 2023 @ 10:02am
28 Aug, 2024 @ 1:02pm
14 Change Notes ( view )

Subscribe to download
js object - clock

Description
"js object - clock" is a web-based wallpaper with a customization available. The JetBrains IDE dark theme was taken as the basis (maybe add some more).

List of settings:
  • Select the 12 o'clock format,
  • Show the leading zero (convert a numeric value to a string value),
  • Change visibility of any element (hour, minute, second, period (PM/AM), day, weekday, month, year, timezone, UNIX, UTC),
  • Select font size, font family and theme,
  • Change to const declaration,
  • Change clock position.

List of themes:
  • Default (customized JetBrains Dark)
  • JetBrains Dark,
  • JetBrains Light,
  • Dark Modern,
  • Light Modern,
  • One Dark Pro,
  • Dracula Official,
  • GitHub Theme,
  • Rosé Pine,
  • Catppuccin Mocha,
  • SynthWave '84,
  • CodeTime.

List of font family:
  • Consolas,
  • Courier New,
  • JetBrains Mono,
  • Hack NFM,
  • Iosevka.

I will be glad to see your wishes, criticism or praise)
If you have any ideas on how to improve this project, then please open a discussion so that I can discuss it with you
Also you can use github of js object - clock[github.com] project. It is better to use it for discussions and especially for issues
Thank y'all for 200k subscribers!

This project was inspired by Isaias19's project called CodeTime
Also recommend watching OOOOMGOSH's project called Python Dictionary Clock
Popular Discussions View All (2)
4
3 Oct, 2023 @ 7:02am
Localization
Develeon64
1
8 Dec, 2024 @ 3:29am
[Bugs] If you encounter any problem, please write here
unktir
49 Comments
TobyTheHobo 3 Jan @ 8:13pm 
mobile compatibility?
Toxic_Waste_Ace 30 Oct, 2024 @ 9:55pm 
lowkey cool af
Енот 30 Sep, 2024 @ 9:09am 
Всё круто, но немного не хватает настроек:

1. Для двух и более мониторов удобнее было бы, чтоб позиционирование было с помощью ползунков по x и y, чтоб можно было расположить по центру одного из двух мониторов

2. настройки пробелов в табуляции (мне нравится, когда табуляция из двух пробелов, а не из четырёх)

3. настройка сортировки полей, чтоб можно было настроить порядок (например я бы хотел сдвинуть день недели, чтоб он не был между днем и названием месяца, а был либо выше дня, либо ниже года)
Teralive 20 Sep, 2024 @ 5:00pm 
ist schon geil, aber brauch noch was für den 2. Bildschirm
q1nky 18 Sep, 2024 @ 12:55am 
would it be possible to have an option to change between
timezone: "GMT+02" and timezone "UTC+02"
kite 13 Aug, 2024 @ 10:51pm 
这下更有动力了
Astate 23 Jul, 2024 @ 2:32am 
NICE
unktir  [author] 18 Jul, 2024 @ 5:15am 
FullStack0verflow , why do you think that? Initially, I only used the let declaration, then I was asked to add const. That's all.
Of course, I am aware of the existence of var declaration, however, I never use it and try to avoid it because of the global binding and scope of the function
FullStack0verflow 16 Jul, 2024 @ 6:44am 
Why is there such discrimination towards var?
unktir  [author] 16 Jul, 2024 @ 6:29am 
FullStack0verflow , hi. I generally think to remove the let declaration and leave only the const declaration. Therefore, I see no point in adding a var declaration