1

I've recently found a computer on which there was an animated cat sitting on the system tray. He followed clicks, and looked like this:

enter image description here

I tried to find what it's called by running ps -fe > cat.txt, but after looking through the output and googling items I couldn't identify, I haven't found this program.

Does anyone know what it's called?

sisisisi
  • 157
  • 7
  • 2
    similar, but not sitting around, but chasing the cursor: https://unix.stackexchange.com/questions/105778/have-you-seen-this-cat/105794 – pLumo Nov 13 '19 at 12:19

1 Answers1

1

After a more thorough search, the program seems to be called AMOR (Amusing Misuse of Resources). It seems to be a KDE-only application. Here is its github page.

sisisisi
  • 157
  • 7