When Nautilus is loading a folder or searching for a file, there's an animation like this:
How can I change it to gnome-spinner (Humanity process-working)? I’ve searched all animation directories in /usr/share/icons/
but couldn’t find any PNG’s for such animation.
Thanks everyone in advance.
the spinner in nautilus should be from gtk3, u can set it in your current themes gtk3 file, for me its
/usr/share/themes/KILLMINT/gtk-3.0/gtk-widgets.css
open it and search for stringspinner
u will find something like this related to spinnerand try to look to other themes or distros how their spinner looks like and take the code of it (+check which engine it uses like engine=none; or engine=unico; and whether are some functions of that engine used in code of the spinner)
try code of spinner from zorin:
this will make your spinner look like made of circles, i would post a screenshot, but dont have some points(ill add em) however gtk2 spinner will reamin the same as i didnt find how to config it, looks hard-coded somewhere but your nautilus will use those from gtk3 as my nemo does, so it shouldnt be that bad.. :D cheers KiLLA