Share your use-case #136
Replies: 131 comments 9 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.
-
Wow I have my piano now :) |
Beta Was this translation helpful? Give feedback.
-
One thing i used this for (sorry cant post, company policy) was to display some techical info in the backgrounds like ip and host, that got updates via a local index.html and some CSS to put it nicely in context position of any screen resolution like we use BGinfo on other platforms, shame it cant survive the lock screen.... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is there a way I can position of my Google Calendar Schedule view to left side of my screen and still have my wallpaper? |
Beta Was this translation helpful? Give feedback.
-
random earth picture site (source google maps) CSS filters though I think some javascript is blocking hide of the thumbs up element and I am unsure how to override style of divs with no id #counter {visibility: hidden}
#search-box {visibility: hidden}
#userinfo {visibility: hidden}
#topmenu {visibility: hidden}
#controls-box {visibility: hidden}
#prev {visibility: hidden}
#next {visibility: hidden}
#disclaimer {visibility: hidden}
#thumbsdown {visibility: hidden}
#thumbsup {visibility: hidden}
#thumbsdown {display: none}
#thumbsup {display: none}
#thumbsup {opacity: 0} then next, how to make it reload periodically? (because it randomizes on reload) |
Beta Was this translation helpful? Give feedback.
-
JavaScript clock: https://aem1k.com/qlock/ |
Beta Was this translation helpful? Give feedback.
-
If you want to use any of these sites without sound -- and Plash's Settings > Advanced > Mute audio doesn't work, like it doesn't on https://archillect.com/tv -- you can use https://github.com/kyleneideck/BackgroundMusic by turning volume all the way down for Plash Graphics and Media |
Beta Was this translation helpful? Give feedback.
-
Tabliss as wallpaperI use the web version tabliss as my desktop wallpaper. It supports random wallpapers from resources like Unsplash, Giphy, and others. It also has widgets such as clocks, to-do lists, weather, calendars, and so on. It is very lightweight on resources and offers extensive customization options. See the screenshots. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I've created a simple web app to help you keep track of important dates like exams and deadlines. It's designed to be visually appealing and easy to use, making it a perfect fit for displaying as a background on your MacBook screen using the Plash app. You can check out the app live here: Countdown App The project is open source and available on GitHub. Feel free to contribute or use it for your own needs: Key Features:
You can create your custom countdown and generate a URL to host it as a background for Plash. Feel free to try it out and implement the URL countdown to your Plash background. I hope you find it helpful! Best regards, |
Beta Was this translation helpful? Give feedback.
-
My favorites so far are ThreatMap and NullSchool. Thanks for this! |
Beta Was this translation helpful? Give feedback.
-
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.
-
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