AMOR - a desktop companion
Read this, if you want the easy way.
Hi,
I am a crazy person, don’t judge me. Recently, a friend point me out to this software called AMOR. Just for curiosity, “Amor” in portuguese (my main language) means love.
So what the heck is this software? well, let’s explain by paste git description here: “Amusing Misuse Of Resources animation that sits on top of the curent window”. Now you know that is a waste of resource, maybe you’d closed the tab, but if you don’t do it yet, here are some screenshot:
View post on imgur.com
View post on imgur.com
View post on imgur.com
Yeah, it’s cute AND (^) damn it just take 6MiB from your computer.
View post on imgur.com
AMOR is an old software and only have themes from initial release, so I decide to add some themes for me (and some friends). From this initiative born the first theme: Hatsune Miku from Vocaloid Project (screenshots). Craft your theme is an easy task (I was thiking on something like a lot of xmls and pain) but it’s just cut some spritesheet (program use separate pngs), create actions with some sprites and define a scene sequence, so your companion will execute random action from sequence array every time.
build instructions:
$ git clone git://anongit.kde.org/amor.git
$ cd amor
$ git apply <my-hatsune-patch-here>
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
Working patch for Hatsune Miku
AMOR is available on package manager for Ubuntu, Arch and Debian (maybe others), but this way only allow you to use default themes, no Hatsune for you yet. I’m working on a fork to add import theme feature in runtime.
That’s all folks.