Plasma 5 Calendars by stepan-zubkov 6 comments
Plasma 5 Calendars by Refused 26 comments
Kwin Effects by schneegans 4 comments
Plasma 5 Applets by x-varlesh-x 19 comments
Plasma 5 Calendars by Refused 26 comments
Plasma 5 Clocks by aeregeneratel38 12 comments
Plasma 5 Clocks by aeregeneratel38 12 comments
Various Plasma 5 Improvements by mkoller 25 comments
Plasma 5 Clocks by aeregeneratel38 12 comments
Just a tip: avoid using a timer to update the canvas, you can just set a property such:
readonly property date currentDateTime: timeSource.data.Local ? timeSource.data.Local.DateTime : new Date()
and then:
onCurrentDateTimeChanged:
{
canvas.requestPaint()
}
You don't even need timeChanged(), using the above property you can show the time like this:
Label {
text: currentDateTime.getHours() + ":" + ('0'+ currentDateTime.getMinutes()).slice(-2);
....
It would be nice with a transparent background and customizable font (e.g: set outline and so on).
- Aug 26 2020
Plasma 5 Calendars by Refused 26 comments
Plasma 5 Calendars by Refused 26 comments
- Aug 26 2020
Various Plasma Theming by TheXellix 51 comments
I am experiencing another issue with windows having strange characters on the name.
For instance, sublimetext with unsaved documents has a title such as:
Untitled • - Sublime Text (UNREGISTERED)
That dot 'breaks' the name string. It would be nice to find all these corner-cases :D - May 23 2019
Various Plasma Theming by TheXellix 51 comments
Furthermore, it is working with chrome as well.
while true; do
sleep 0.5
a=$(xprop -id $(xprop -root _NET_ACTIVE_WINDOW | cut -d ' ' -f 5) WM_NAME | sed -e 's/.*"\(.*\)".*/\1/')
# can have more ids for the same window name!
ids=$(xdotool search -name "$a")
id_arr=($(echo $ids | tr " " "\n"))
for id in "${id_arr[@]}"
do
xprop -id "$id" -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0
done
set -u
done
- May 23 2019
Various Plasma Theming by TheXellix 51 comments
It works fine with standard kde windows (dolphin ,settings, etc) but I see an error with chrome (and, consequently, chrome is not being blurred):
xprop: error: No window with name Plasma 5 Windows Blur - KDE Store - Google Chrome exists!
This is due to the window name which changes according to the current tab:
WM_NAME(UTF8_STRING) = "Plasma 5 Windows Blur - KDE Store - Google Chrome"
_NET_WM_NAME(UTF8_STRING) = "Plasma 5 Windows Blur - KDE Store - Google Chrome"
Bu maybe WM_CLASS should be used?
WM_CLASS(STRING) = "google-chrome", "Google-chrome"
- May 23 2019
Plasma 5 Calendars by Refused 26 comments
Plasma 5 Calendars by Refused 26 comments
2 seconds were suggested just for testing. It is actually one hour.
I've already tried the time dataengine but I could not find the currentDateTimeChanged signal: I believe that just newData is available and I should do the "date check" manually.
I could anyway use the current timer and correct just the first cycle.
Hints are welcome!
- Sep 11 2018
Plasma 5 Calendars by Refused 26 comments
You can try it by yourself (don't forget to revert the canges, rebuild and reinstall):
- edit src/yearprogressplasmoid.cpp replacing 60000 with 2000 at row 47, so it will be updated every two seconds,
- make && sudo make install && plasmoidviewer -a org.kde.yearprogressplasmoid.
- change the system date by some weeks ahead and you will see the percentage changing.
- Aug 14 2018
Plasma 5 Calendars by Refused 26 comments
Plasma 5 Calendars by Refused 26 comments
Plasma 5 Clocks by anoneemouse 27 comments
- Jan 25 2018
Plasma 5 Menus by HessiJames
Full Icon Themes by franksouza183 9 comments
Full Icon Themes by franksouza183 9 comments
Full Icon Themes by franksouza183 9 comments
be careful before uploading empty stuff :P - Mar 08 2012
Full Icon Themes by franksouza183 9 comments
actions/128:
actions/16:
actions/22:
actions/256:
actions/32:
actions/48:
actions/64:
actions/scalable:
animations/scalable:
apps/128:
apps/16:
apps/22:
apps/24:
apps/256:
apps/32:
apps/48:
apps/64:
apps/scalable:
categories/128:
categories/16:
categories/22:
categories/32:
categories/48:
categories/64:
categories/scalable:
devices/128:
devices/16:
devices/22:
devices/256:
devices/32:
devices/48:
devices/64:
devices/scalable:
emblems/16:
emblems/22:
emblems/24:
emblems/32:
emblems/48:
emblem-shared.icon*
mimetypes/128:
text-x-preview.icon*
mimetypes/16:
mimetypes/22:
mimetypes/256:
text-x-preview.icon*
mimetypes/32:
mimetypes/48:
mimetypes/64:
mimetypes/scalable:
text-x-preview.icon*
places/128:
places/16:
places/22:
places/256:
places/32:
places/48:
places/64:
places/scalable:
status/128:
status/16:
status/22:
status/256:
status/32:
status/48:
status/64:
status/scalable:
- Mar 08 2012
Icon Sub-Sets by kubicle 31 comments
suggestion: what about ktorrent / skype icons?
keep up the good work ;) - Oct 06 2010
Icon Sub-Sets by kubicle 31 comments
Icon Sub-Sets by kubicle 31 comments
root@destroy:air-netbook# ls
README icons/ wallpapers/
root@destroy:air-netbook# pwd
/root/.kde/share/apps/desktoptheme/air-netbook - Oct 05 2010
QtCurve by HugoPereira 546 comments
http://yfrog.com/nfsshot1wgj - Sep 07 2010
QtCurve by HugoPereira 546 comments
The screensaver works correctly (at least the one I'm using [Flux GL]).
I've discovered that on kopete the down area is blurred when I write something in the conversation (or if I do something like /clear), so may that just be a redraw problem?
On chrome I've observed that when I move the window (dragging from the titlebar), it moves not so fluently. Since the window isn't based on QT, I think that may be a gtk related problem. How can I blacklist google chrome? With both 'google-chrome' and '/usr/bin/google-chrome' don't work - Jul 27 2010
QtCurve by HugoPereira 546 comments
on kopete I've observed that the problem happens randomly :|
I'll try out the last svn asap and I'll let you know
thanks - Jul 27 2010
QtCurve by HugoPereira 546 comments
http://yfrog.com/jwsnapshot4qj
you can see a bit of the kde-look home page in the down area - Jul 26 2010
QtCurve by HugoPereira 546 comments
2) google chrome has a tricky behavior, it seems to have not title bar (e.g. if I drag the window to the top border of the desktop, the window does not get maximized) - Jul 26 2010
QtCurve by HugoPereira 546 comments
But why "this will erase your current oxygen installation" ? - Jul 23 2010
Various Stuff by MetalByte 10 comments
says: "spiacente, la visione di questo filmato è consentita solo agli utenti del territorio italiano"
rai maledetta tu sia - Jan 31 2010
Various KDE 1.-4. Styles by 3dshifter 4 comments
Desktop Concepts by Izo 7 comments
Plasma 4 Extensions by giucam 93 comments
Various Stuff by hurricanek 15 comments
Plasma 4 Extensions by panzi 840 comments
Another thing, it should be possible to set a color to the active task. (I've seen this on win7) - Nov 15 2009
Plasma 4 Extensions by SteveMcQwark 31 comments
Wallpaper Other by peppelinux 3 comments
Plasma 4 Extensions by panzi 840 comments
I think it could be useful the possibility to choose the preview sliding speed/acceleration.
Finally, it may be nice the possibility to set the hovered tooltip's border color equal to the hovered task light color.
Keep up the good work, this is the best plasmoid ever! ;) - Oct 20 2009
aMSN by jimmy88 12 comments
Plasma 5 Wallpaper Plugins by genjix 116 comments
/usr/lib/kde4/wallpapervideo.so*
root@destroy:~# cat /usr/share
/kde4/services/video.desktop
[Desktop Entry]
Name=Video
Type=Service
Icon=video-ogg
ServiceTypes=Plasma/Wallpaper
X-KDE-Library=wallpapervideo
X-KDE-PluginInfo-Author=Genjix
X-KDE-PluginInfo-Email=genjix@gmail.com
X-KDE-PluginInfo-Name=video
X-KDE-PluginInfo-Version=1.0
X-KDE-PluginInfo-Website=http://plasma.kde.org/
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=true
root@destroy:~# kde4-config --prefix
/usr - Sep 20 2009
Plasma 5 Wallpaper Plugins by genjix 116 comments
Plasma 4 Extensions by giucam 174 comments
Plasma 5 Applets
by
x-varlesh-x