←back to thread

225 points attogram | 3 comments | | HN request time: 0s | source

A github project to collect a bunch of bash-based screensavers/visualizations.
Show context
seba_dos1 ◴[] No.45731542[source]
You 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 :))

replies(2): >>45733648 #>>45736853 #
1. imiric ◴[] No.45733648[source]
Ah, sweet!

Do you know if this supports any DE (or no DE)? Or is it strictly for KDE Plasma?

replies(1): >>45733985 #
2. seba_dos1 ◴[] No.45733985[source]
Plasma wallpaper plugins are, well, for Plasma.

When it comes to wallpapers, you could do a similar trick on X11 DEs by putting it onto the root window (with a tool like xwinwrap) and on Wayland DEs that support layer-shell (with a tool like windowtolayer). I'm not aware of screen lockers that do something like that, but you could always write your own one.

replies(1): >>45734505 #
3. imiric ◴[] No.45734505[source]
Right, but I hoped it would work as a standalone Qt app.

Yeah, I've used xwinwrap before, but am lost on Wayland. I'll look into windowtolayer, thanks. I'd rather not have to write this myself...