What I did to try to install screenlets:
sudo add-apt-repository ppa:screenlets/ppa
sudo apt update
sudo apt install screenlets screenlets-pack-all
The Output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package screenlets
E: Unable to locate package screenlets-pack-all
Gnome Version: 3.36.3 Ubuntu Version: 20.04 LTS
WARNING: Usually the method below is not recommended at all, but you can continue if you really want to get ScreenLets installed on your system.
This method is an adaption of method for 19.04.
We need to add Ubuntu 16.04 LTS repositories to the system:
Then we need to install LibPNG 1.2 from linuxuprising PPA (as the regular deb-based method does not work):
Then we need to add ScreenLets PPA:
And finally we will be allowed to install ScreenLets:
and enjoy.
To prevent possible problems with packages from 16.04 LTS you have to remove its repositories from the system with:
Note: just tested this method to install ScreenLets on Ubuntu MATE 20.04 LTS. Not sure about GNOME Shell.