Share your use-case #136
Replies: 142 comments 10 replies
-
Animated creative code experiments. For example this or this. Or even this one but with the mousemove instead of click. On a side note, is mouse interaction possible? Like at least the |
Beta Was this translation helpful? Give feedback.
-
GIPHY TV is awesome with this https://giphy.com/tv/search/chonky-cats |
Beta Was this translation helpful? Give feedback.
-
Someone suggested setting https://www.omfgdogs.com/ as the wallpaper 🤣 |
Beta Was this translation helpful? Give feedback.
-
I quickly made https://time.pablopunk.com/ to display the time. Duuuuude that was so easy. I plan to do more stuff like this in the future, it's so powerful. |
Beta Was this translation helpful? Give feedback.
-
A great use case is using gitstalk. It's super fast so it works really well with Plash. Below is an example of how I use it (dark mode enabled and set the opacity to half): |
Beta Was this translation helpful? Give feedback.
-
I found that the image directly using Unsplash may not be displayed completely in full screen, so I made https://plash-fullscreen.now.sh, you can display any image with the url parameter like this https://plash-fullscreen.now.sh?url=YOUR URL |
Beta Was this translation helpful? Give feedback.
-
https://teamtrees.org/ with CSS as follows provides a nice, subtly animated wallpaper. NOTE: requires refreshing for counter updates. #donationAmountCard, |
Beta Was this translation helpful? Give feedback.
-
Tip: The Plash web view background is transparent. So if you don't set a background color in your website or remove it from a website, your actual wallpaper will show through. This enables a lot of cool use-cases. You could, for example, place something interactive over your normal static wallpaper, or only show a dynamic wallpaper on part of the screen. Example use-case. Show Google Calendar on top of your normal wallpaper
* {
background-color: transparent !important;
color: white !important;
}
.QQYuzf,
.gboEAb,
header.NkK3Fc,
.Hrn1mc {
display: none !important;
}
[role="grid"] * {
border-color: rgba(255, 255, 255, 0.3) !important;
}
.tNDBE:not(.Wyo4Qe),
.SGWAac,
.QIadxc:last-child {
border: none !important;
}
[data-chips-dialog] {
background-color: rgba(0 0 0 / 80%) !important;
} |
Beta Was this translation helpful? Give feedback.
-
Really happy with how well it works with a gyrosco.pe dashboard (https://gyrosco.pe). The age updates in realtime and I can interact with it even with Browsing Mode disabled. Thanks for another great tool @sindresorhus! |
Beta Was this translation helpful? Give feedback.
-
Another nice thing you could do with the transparency support: Show a clock directly on top of your existing wallpaper: |
Beta Was this translation helpful? Give feedback.
-
Nice stock tracking on wallpaper using Sharsies
|
Beta Was this translation helpful? Give feedback.
-
…and another clock: URL: http://www.helvetictoc.com/ CSS: body.day, body.night {
background-color: transparent;
color: white
}
div.screen {
margin: 4%;
font-size: 100px !important;
bottom: 0;
top: auto;
}
#colophon { display: none } |
Beta Was this translation helpful? Give feedback.
-
URL: https://calendar.google.com/ body {
padding: 3% 53% 3% 3%;
background: transparent !important;
}
header,
button {
display: none !important;
}
.SGWAac {
border: none !important;
} |
Beta Was this translation helpful? Give feedback.
-
Web based stickie notes |
Beta Was this translation helpful? Give feedback.
-
A low poly town that has clouds and traffic that extends indefinitely. Use this custom CSS for the best effect. #about-button {
display: none;
} |
Beta Was this translation helpful? Give feedback.
-
i just want to display my a folder of pictures i have no need for a website. is there a solution for this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Wanting to get quicker with keyboard commands... I published a live notion page with a cpu action and the corresponding keyboard shortcut then used plash to show that page as my wallpaper - can always reference it quick if i forget a key. Will add to the list over time and be able to see the progress right on every startup. |
Beta Was this translation helpful? Give feedback.
-
I would like to show https://zoom.earth/maps/satellite/#view=41.989,12.766,6.23z/beta=mtg/overlays=radar,labels:off,lines:off but I've been unable to clean the page and auto hide by css the popup box shown in the middle. |
Beta Was this translation helpful? Give feedback.
-
I have to say it, as it's such a useful use case to me personally. Whatever open source AI documentation page on something I'm using at the time. Many times dynamically updating.. lol |
Beta Was this translation helpful? Give feedback.
-
Train Locations from https://mobility.portal.geops.io/de/world.geops.transit
|
Beta Was this translation helpful? Give feedback.
-
Interactive BB-8, migrate from Wallpaper Engine with some physical improvement and time display. Click the robot to change time format! |
Beta Was this translation helpful? Give feedback.
-
Pexels Dynamic Wallpaper for PlashSet your macOS desktop to a dynamic slideshow of beautiful images from your favorite Pexels collections using the Plash app. This web application provides the Pexels integration for Plash, allowing you to easily configure and display high-quality wallpapers. How to UseTo get started, follow these steps which are also displayed in the settings form of the application:
Your Mac desktop will now cycle through images from your selected Pexels collection! Features
LicenseThis project is licensed under the terms of the LICENSE file. AcknowledgementsA special thank you to the creators of Plash for providing such a versatile tool for macOS customization. |
Beta Was this translation helpful? Give feedback.
-
WeatherStar 4000+ (Weather Channel simulator)![]()
Original project source code: netbymatt/ws4kp: A web-based WeatherStar 4000 |
Beta Was this translation helpful? Give feedback.
-
https://informationisbeautiful.net/visualizations/cocktails-interactive/ ![]() |
Beta Was this translation helpful? Give feedback.
-
Scrolldit.com (pick whatever subreddit you'd like to make visible) |
Beta Was this translation helpful? Give feedback.
-
https://huggingface.co/spaces/ArtificialAnalysis/LLM-Performance-Leaderboard |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are probably a lot of cool use-cases for this app that I wouldn't think of. Please share your use-case here and I'll put the best ones in the readme and App Store description.
Here are some that I have found:
More here:
Resource heavy / noisy (better as screensaver #25):
Beta Was this translation helpful? Give feedback.
All reactions