

Bootsplash Various
KDM4 Themes
test
Do you think it is worth to open issue at kde bugtracker about this?
You would place some sort of appeal in the QtCurve description to vote for that issue and perhaps we'll force kde developers to review this decision about shadows... - Aug 20 2011
You would place some sort of appeal in the QtCurve description to vote for that issue and perhaps we'll force kde developers to review this decision about shadows... - Aug 20 2011
Can you fix claws-mail headers? They're displayed as buttons now. Thanks.
- Sep 26 2010
Will it be possible to make rounded popup menus with borderless selected menu entries like on MacOS?
1st screenshot on google
http://www.sigsoftware.com/classicmenu/screenshot.jpeg
Now, making popup menus rounded also makes rounded selection.
Also, want to vote for the issue with titlebar height, discussed above. The fix, you provide, solved my problem too. I will be glad to see this fix in the future upstream release.
And thanks for good work! :) - Sep 20 2010
1st screenshot on google
http://www.sigsoftware.com/classicmenu/screenshot.jpeg
Now, making popup menus rounded also makes rounded selection.
Also, want to vote for the issue with titlebar height, discussed above. The fix, you provide, solved my problem too. I will be glad to see this fix in the future upstream release.
And thanks for good work! :) - Sep 20 2010
Finally robust and simple cpu meter appeared.
- Mar 23 2011
To install this theme, you just need to unpack archive to /etc/splash/ folder (can be different on distribution other than archlinux) and then edit your /etc/conf.d/splash and /boot/grub/menu.lst.
Of course, you need fbsplash installed first ;)
If you're using Archlinux, you can install package from AUR.
In this case, though, you still need to edit your fbsplash configuration files manually.
See how to do this on archlinux wiki
https://wiki.archlinux.org/index.php/Fbsplash - Mar 07 2011
Of course, you need fbsplash installed first ;)
If you're using Archlinux, you can install package from AUR.
In this case, though, you still need to edit your fbsplash configuration files manually.
See how to do this on archlinux wiki
https://wiki.archlinux.org/index.php/Fbsplash - Mar 07 2011
Thanks. I'll fix this ASAP
- Mar 07 2011
Thank you for your work and for your feedback!
I have no any experience in maintaining packages in AUR, but I can try ;)
As for other screen sizes, I will add them today in few hours or tomorrow.
If we decide something about AUR package, I will update that package to.
P.S. Sorry for so late reply. - Jul 07 2010
I have no any experience in maintaining packages in AUR, but I can try ;)
As for other screen sizes, I will add them today in few hours or tomorrow.
If we decide something about AUR package, I will update that package to.
P.S. Sorry for so late reply. - Jul 07 2010
Thanks for your reply. Glad to hear, you like this theme.
Typo fixed. - May 26 2010
Typo fixed. - May 26 2010
Just awesome looking scheme
- Feb 25 2011
Splash will display spectrum analyzer, while amarok hasn't support of it.
I believe, splash, is last thing to bother of in amarok - Jan 27 2011
I believe, splash, is last thing to bother of in amarok - Jan 27 2011
But I believe, making it a bit asymmetric would make it more interesting
- Dec 04 2010
KDE allows widgets while screensaver is running. But AFAIK, hardly ever widget is available in this mode. F.ex. your widget is just absent on widget bar in screensaver mode.
If you need more details, I'll provide them later (in 9 hours), as now I'm not at home. - Oct 14 2010
If you need more details, I'll provide them later (in 9 hours), as now I'm not at home. - Oct 14 2010
Can you make it avaliable as screensaver widget?
- Aug 18 2010
Spent more than 30 minutes, trying to find it (haven't used KDE some time, and forgot it's name).
Great plasmoid! Thank you!
- Aug 11 2010
Great plasmoid! Thank you!
- Aug 11 2010
It can be used in Ukrainian and in Russian too.
It means plural form of "sky", maybe with some poetic odour, like "heaven". - Aug 29 2010
It means plural form of "sky", maybe with some poetic odour, like "heaven". - Aug 29 2010
This occurs with panel.
Waiting for the next version. Thanks. - Aug 28 2010
Waiting for the next version. Thanks. - Aug 28 2010
I've just installed the last *.94 version to try this plugin.
There is a problem, I can't see panel background.
I've tried both with custom and default backgrounds, I've edited plasma-desktop-appletrc file, but there is no background at all.
I'm using Archlinux i686 with KDE 4.5 - Aug 28 2010
There is a problem, I can't see panel background.
I've tried both with custom and default backgrounds, I've edited plasma-desktop-appletrc file, but there is no background at all.
I'm using Archlinux i686 with KDE 4.5 - Aug 28 2010
Great wallpaper!
Has it been created with some specific software for fractals or in some generic graphic editor? - Mar 30 2010
Has it been created with some specific software for fractals or in some generic graphic editor? - Mar 30 2010
It is impossible to select grouped tasks if tooltips are turnet off.
I think, there should be option, to display tooltips without thumbnails on grouped items. - Mar 12 2010
I think, there should be option, to display tooltips without thumbnails on grouped items. - Mar 12 2010
Recompiling is not hard, so I'll stand with my version of smooth tasks :)
P.S. Sorry for multi posting, That was something wrong with my connection/browser. - Feb 13 2010
P.S. Sorry for multi posting, That was something wrong with my connection/browser. - Feb 13 2010
As for me, light from bottom looks like bottom illumination, while light in center looks like some physically impossible effect.
- Feb 13 2010
I think it would look much better if you change lights to not react on mousePos.y.
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
I think it would look much better if you change lights to not react on mousePos.y.
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
I think it would look much better if you change lights to not react on mousePos.y.
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
I've changed sources, and IMHO it looks better now. (Need to say I don't know C++ at all, but I hope I'll understand idea).
Lines 85-106 from Light.cpp
case AttentionAnimation:
x = drawRect.left() + width * 0.5;
y = drawRect.top() + height;
size = size * 2.0 *
(m_progress < 0.5 ? (m_progress * 0.5 + 0.5) : (1 - m_progress / 2));
break;
case NoAnimation:
if (isRotated) {
x = m_item->size().height() - mousePos.y();
y = mousePos.x();
}
else {
x = mousePos.x();
y = drawRect.top() + height;
}
// y = drawRect.top() + height * 1.10;
width *= 2.0;
height *= 2.0;
break;
default:
return;
} - Feb 12 2010
Cloned elements (those tentacles :)) on the corners aren't great.
It would be much better, if these tentacles were different. - Feb 06 2010
It would be much better, if these tentacles were different. - Feb 06 2010
I love it. It is simple and in the same time eye-candy.
I have the only problem — arrow for opening tray is absent. To open tray I need to click on tray's edge, where this arrow should be.
But I want to say that without this arrow it looks much more simple and elegant ;)
P.S. sorry for my English - Feb 02 2010
I have the only problem — arrow for opening tray is absent. To open tray I need to click on tray's edge, where this arrow should be.
But I want to say that without this arrow it looks much more simple and elegant ;)
P.S. sorry for my English - Feb 02 2010
I think, your version is much more better.
- Feb 01 2010
I have mentioned this in theme description (in xml file). And now this is also mentioned in description on this site.
I'm not familiar with licenses, but I hope, mentioning author of original artwork is enough for GPL. - Jan 31 2010
I'm not familiar with licenses, but I hope, mentioning author of original artwork is enough for GPL. - Jan 31 2010
How to install titlebar buttons?
And on your instructions jpeg window titlebars look more sharp, than native bespin's. What decorator did you used?
Thanks.
P.S. execuse me my English - Jan 25 2010
And on your instructions jpeg window titlebars look more sharp, than native bespin's. What decorator did you used?
Thanks.
P.S. execuse me my English - Jan 25 2010
I've fixed this on my system with the following patch (expire in a month)
http://pastebin.com/D9UZ0xE7
Please, consider changing this bit in next release.
Thanks for a great theme and good luck! - Jun 02 2013