This reminds me of having a screensaver in DOS.
Show HN: Bash Screensavers
31–40 of 82 posts
Re: Show HN: Bash Screensavers
#32Did you see the library of viz? https://github.com/attogram/bash-screensavers/blob/main/libr...
My favourite API: lov_die_with_honor()
Re: Show HN: Bash Screensavers
#33This reminds me of having a screensaver in DOS.
Re: Show HN: Bash Screensavers
#34Doesn't work for me on MacOS: I get "mapfile: command not found"
zmodload zsh/mapfile
Re: Show HN: Bash Screensavers
#35I've used Emacs for years but just recently learned about zone.el. I wonder if this is based on it too. I see some of the same screensavers here.
Wow! The copyright of zone.el goes back to 2000. But this is the first time I hear about it! How did you find this gem?
Re: Show HN: Bash Screensavers
#36Re: Show HN: Bash Screensavers
#37(at least when running in docker, maybe that's the bottleneck, but I hesitated to run this on my machine directly)
Re: Show HN: Bash Screensavers
#38Screensavers are a lost art. I still enjoy them, but at some point we just gave up on them. In the era of CRTs they had a practical purpose (they're screen savers, after all), but modern OLED displays also suffer from burn-in for which screensavers would be useful. My enjoyment is purely aesthetic, though. Sometimes I just want to have something pleasing to glance at in the background, instead of a black screen.
Nowadays most operating systems and desktop environments don't even support them. The state of the art on Linux still seems to be `xscreensaver`, which does have many great ones, but the collection is static, and most of it is visually stuck in the 90s. I wouldn't even try getting it to run on Wayland, and when I last looked into it, it required some hacks and 3rd-party tools.
Also, I've always found the feature of screen locking and screen saving to be orthogonal. Often I want to see pretty graphics without locking my screen, and viceversa.
Re: Show HN: Bash Screensavers
#39Doesn't work for me on MacOS: I get "mapfile: command not found"
cutesaver.sh: line 55: shuf: command not foundRe: Show HN: Bash Screensavers
#40You can put them onto your Plasma wallpaper and/or lockscreen background with plasma-wallpaper-application: https://invent.kde.org/dos/plasma-wallpaper-application (thought I'd share that since its raison d'être was to put Asciiquarium there :))
Do you know if this supports any DE (or no DE)? Or is it strictly for KDE Plasma?