how to change the busy animation

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ChickenPie4Tea

how to change the busy animation

Post by ChickenPie4Tea »

I dont want to change my mouse pointer icon or anything else just the animation when the computer is busy - at the moment it's a rather nonedescript circle. I could easily do this in Windows but havent a clue how to do this in Linux - the only guide I could find was about changing the whole theme for another one you down load.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Oscar799
Level 20
Level 20
Posts: 10405
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: how to change the busy animation

Post by Oscar799 »

Moved here by moderator
Image
Necrodust

Re: how to change the busy animation

Post by Necrodust »

You can completely remove this animation.

Code: Select all

su
cd /usr/share/icons/[i]theme_name[/i]/cursors/

mv left_ptr_watch left_ptr_watch.bak
mv watch watch.bak

ln -s left_ptr left_ptr_watch
ln -s left_ptr watch

exit
Then re-select cursor theme in Appearence preferences.
Another solution might be to switch these cursors, becouse Gnome uses Watch by default in most cases.

Code: Select all

mv left_ptr_watch left_ptr_watch.bak
mv watch watch.bak

cp   left_ptr_watch.bak watch
cp watch.bak left_ptr_watch
The problem is that different themes may use different names for the cursors. You can use this special theme for testing.
You can't edit cursor files with Gimp, to compile your own animation, use xcursorgen.
And I recommend trying this cursor theme. This is the best of all.
Necrodust

Re: how to change the busy animation

Post by Necrodust »

You can also get rid of this disgusting dragging cursor which appears when moving the window.

Code: Select all

rm fleur
ln -s left_ptr fleur
Locked

Return to “Themes, Icons & Wallpaper”