mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #147] Feature: Take a look at the thing I just made, perhaps a good 'test' file? #82
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andiohn on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/debloper/xiosk/issues/147
What feature would you like to see?
I made a very flexible apple watch page that can run locally or fetch URLs from online. For instance, I made this to have the Piosk logo in the background...
https://htmlpreview.github.io/?https://github.com/andiohn/fruit-html-watch/blob/main/10th-clockblur.html&bg_img=https://picsum.photos/1920/1080?random=1&bg_mode=cover&bg_img2=https://picsum.photos/1920/1080?random=2&bg_mode2=cover&date=show&reload_h=1&clock_bg_img=https://github.com/debloper/piosk/raw/main/www/src/assets/banner.png&blur=2&clock_bg_mode=cover
Basically, it can cycle between 2 images, custom background on the clock, reload is selectable. Tonnes of random features, and it can run OFFLINE and with the logo image that already exists. BURN IN FRIENDLY, as the images can cycle, and the clock moves around every minute, with fade out etc. It's quite nice, and I have some examples on the github too of different decent options. Check it out :)
https://github.com/andiohn/fruit-html-watch
@debloper commented on GitHub (Dec 14, 2025):
Super awesome!
If you push them to a special branch called
gh-pages(instead ofmainas it is now) then you can simply view them athttps://andiohn.github.io/fruit-html-watch/<html-page-name>(htmlpreview works in a pinch, but I think the clockfaces deserve a dedicated static site).