Description: Lyricize is a small and lightweight application, very low on CPU usage, that displays any active amaroK song lyrics.
I just wanted something to show me the lyrics to the songs I was playing, without something like karamba running.
The first screenshot shows the application with defaults, the second screenshot shows the application as I use it off to the side with a KDE transparnecy, and no border applied to it.
I also used the following config file in $HOME/.qt/lyricizerc: [Backgrounds] mainWindowHexColor=#6C8251 textEditHexColor=#85A264 textEditPixmap=/static/Themes/Lyricize.png
I've got the filename as 1600x1200, that's no use. I want to say it's an ultraman desk, try http://ultr4man.deviantart.com/gallery/ or perhaps biodesks. If you can't find it, email me and I'll attach it to a response.
I should have waited to post the first post.
Well, I tried it out, and there is already a problem ;)
I use amaroK SVN, and it seems like there is a differens how the lyrics are shown. Now I get something like:
< lyrics title="TITLE" artist="ARTIST" >
LYRICS< /lyrics >
(There shouldn't be any spaces between " < " and "lyrics" and so on...)
Oh well, it's probable only because I use SVN. THere is another "problem", or rather a question: Can I remove the "Exit" button?
You can, but then you'll have to kill the application yourself. Commenting out the line:
hLayout->addWidget(button);
from src/lyricize.cpp should do it.
Ratings & Comments
12 Comments
very nice home icon^^
she's adriana lima, my girlfriend :D
Where can I get that wallpaper and who's that girl on it?
I wanted the same.. nice wallpaper ..please provide us the source.. !!!
deviantART
Can you please tell us the filename / artists name? It's hard to find an image without any information on deviantArt ;)
http://www.deviantart.com/view/27762020/
Thank you! :)
I've got the filename as 1600x1200, that's no use. I want to say it's an ultraman desk, try http://ultr4man.deviantart.com/gallery/ or perhaps biodesks. If you can't find it, email me and I'll attach it to a response.
I've been waiting for this application (however, I thought of an amaroK script). I haven't tried it yet, but thanks alot!
I should have waited to post the first post. Well, I tried it out, and there is already a problem ;) I use amaroK SVN, and it seems like there is a differens how the lyrics are shown. Now I get something like: < lyrics title="TITLE" artist="ARTIST" > LYRICS< /lyrics > (There shouldn't be any spaces between " < " and "lyrics" and so on...) Oh well, it's probable only because I use SVN. THere is another "problem", or rather a question: Can I remove the "Exit" button?
You can, but then you'll have to kill the application yourself. Commenting out the line: hLayout->addWidget(button); from src/lyricize.cpp should do it.