Projects/Plasma/Plasmoids: Difference between revisions

From KDE TechBase
mNo edit summary
No edit summary
(32 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Projects/Plasma}}


== Known plasmoids ==
== Known plasmoids == <!-- template
<!-- template
====Title====
====Title====
* '''purpose'''
* '''purpose'''
purpose
purpose
* '''screenshot'''
* '''screenshot'''
[[Image:screenshot]]
[[Image:image.png|thumb]]
* '''location'''
* '''location'''
<code>
<syntaxhighlight lang="text">
location
location
</code>
</syntaxhighlight>
-->
-->  
===Application Launchers===
 
====Kickoff====
=== Application Launchers ===
* '''purpose'''
 
The new advanced application launcher. It is the standard in kde 4.0. It has many features like search, show recently used applications, favorites,...
==== Kickoff ====
* '''screenshot'''
 
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163831998803725890 kickoff.png]
*'''purpose'''
* '''location'''
 
<code>
The new advanced application launcher. It is the standard in kde 4.0. It has many features like search, show recently used applications, favorites,...  
/KDE/kdebase/workspace/plasma/applets/kickoff
 
</code>
*'''screenshot'''
 
[[Image:Kickoff.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/desktop/applets/kickoff/
</syntaxhighlight>
 
==== Traditional Application Launcher ====
 
*'''purpose'''
 
Classic menu like the one in kde3. It shares the same datamodel with Kickoff and allows to switch between different menu-views.
 
*'''screenshot'''
 
[[Image:Application launcher.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/desktop/applets/kickoff/simpleapplet
</syntaxhighlight>
 
==== Lancelot Launcher ====
 
*'''purpose'''
 
Lancelot is an application launcher menu designed to provide a place from which all your jobs begin. It provides quick access to applications, places, documents, contacts and system information.
 
For more info visit the [http://ivan.fomentgroup.org/blog/category/kde/ blog] of the author Ivan Čukić or [http://lancelot.fomentgroup.org/ Lancelot's home page]. You could also be interested in [http://www.commit-digest.org/issues/2007-10-28/ Lancelot feature in commit-digest].
 
*'''screenshot'''
 
[[Image:Lancelot.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/lancelot
</syntaxhighlight>
 
=== Astronomy ===
 
==== Luna ====
 
*'''purpose'''
 
Moon phase applet.
 
*'''screenshot'''
 
[[Image:Luna.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/luna
</syntaxhighlight>
 
=== Date and Time ===
 
==== Analog Clock ====
 
*'''purpose'''
 
A simple analog clock.
 
*'''screenshot'''
 
[[Image:Analog-clock.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/generic/applets/analog-clock/
</syntaxhighlight>
 
==== Binary Clock ====
 
*'''purpose'''
 
A binary clock.  
 
*'''screenshot'''
 
[[Image:Binary-clock.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/binary-clock
</syntaxhighlight>
 
==== Digital Clock ====
 
*'''purpose'''
 
A simple digital clock.
 
*'''screenshot'''
 
[[Image:Digital-clock.png|thumb]]  
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/generic/applets/digital-clock/
</syntaxhighlight>
 
==== Fuzzy Clock ====
 
*'''purpose'''
 
A fuzzy clock.
 
*'''screenshot'''
 
[[Image:Fuzzy-clock.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/fuzzy-clock
</syntaxhighlight>
 
==== Train Clock ====
 
*'''purpose'''
 
A train clock where the numbers flip.
 
*'''screenshot'''
 
[[Image:Train-clock.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/train-clock
</syntaxhighlight>
 
=== Environment and Weather ===
 
==== Customizable Weather Plasmoid (CWP) ====
 
http://kde-look.org/content/show.php/Customizable+Weather+Plasmoid+%28CWP%29?content=98925
 
==== yaWP (Yet Another Weather Plasmoid) ====
 
http://kde-look.org/content/show.php/yaWP+%28Yet+Another+Weather+Plasmoid%29?content=94106
 
==== plasma_pyweather ====
 
http://kde-look.org/content/show.php/plasma_pyweather?content=110137
 
==== Simple Weather Forecast ====
 
http://kde-look.org/content/show.php/simple+weather+forecast?content=92149
 
==== Weather Plasmoid ====
 
http://kde-look.org/content/show.php/Weather+Plasmoid?content=84251
 
<br>
 
=== File System ===
 
==== File Watcher ====
 
*'''purpose'''
 
Watch a file on disk.
 
*'''screenshot'''
 
[[Image:File watcher.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/fileWatcher
</syntaxhighlight>
 
==== Trash Can ====
 
*'''purpose'''
 
A trash can applet.
 
*'''screenshot'''
 
[[Image:Trash.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/desktop/applets/trash
</syntaxhighlight>
 
=== Games ===
 
==== Fifteen Puzzle ====
 
*'''purpose'''
 
Play the game fifteen puzzle. You can play the game with a custom picture.
 
*'''screenshot'''
 
[[Image:FifteenPuzzle.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/fifteenPuzzle
</syntaxhighlight>
 
==== Life ====
 
*'''purpose'''
 
Conway's Game of Life applet (more info [http://en.wikipedia.org/wiki/Conway_game_of_life here]
 
*'''screenshot'''
 
[[Image:Conway.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/life
</syntaxhighlight>
 
=== Graphics ===
 
==== aKademy Group Photo ====
 
*'''purpose'''
 
Display the conference group photo.
 
*'''screenshot'''
 
[[Image:Akademy.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/groupphoto
</syntaxhighlight>
 
==== Color Picker ====
 
*'''purpose'''
 
Get the color value of any color on the desktop.
 
*'''screenshot'''
 
[[Image:Color picker.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/kolourpicker
</syntaxhighlight>
 
==== Comic Strip ====
 
*'''purpose'''
 
Show comics on your desktop. This currently supports comics like: Userfriendly, Dilbert, Garfield, Snoopy, xkcd, OsNews Focus Shift.
 
*'''screenshot'''
 
[[Image:Comic strip.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/comic
</syntaxhighlight>
 
==== Picture Frame ====
 
*'''purpose'''
 
A picture applet. It can show a single picture or a slideshow of pictures. You can drop an image to show an image, or drop a folder to start a slideshow of the images in the folder.
 
*'''screenshot'''
 
[[Image:Frame.png|thumb]]<br> [[Image:Frame 2.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/frame
</syntaxhighlight>
 
=== Language ===
 
==== Dictionary ====
 
*'''purpose'''
 
A dictionary applet. Search the definition of a word.
 
*'''screenshot'''
 
[[Image:Dictionary.jpg|thumb]]<br>
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/dict
</syntaxhighlight>
 
==== Rot13 ====
 
*'''purpose'''
 
A applet to encrypt your text using the Rot13 encryption. (more info [http://en.wikipedia.org/wiki/Rot13 here])
 
*'''screenshot'''
 
[[Image:Rot13.jpeg|thumb]]<br>
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/rot13
</syntaxhighlight>
 
=== Mapping ===
 
==== 3D Earth Model ====
 
*'''purpose'''
 
Shows a 3D model of the earth
 
*'''screenshot'''
 
[[TODO]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/bluemarble
</syntaxhighlight>  
 
=== Miscellaneous ===
 
==== Calculator ====
 
*'''purpose'''


====Traditional Application Launcher====
A very basic calculator applet.  
* '''purpose'''
Traditional menu (like the one in kde3).
* '''screenshot'''
[[Image:Application_launcher.png]]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/kickoff/simpleapplet
</code>


===Date and Time===
*'''screenshot'''
====Analog Clock====
* '''purpose'''
A simple analog clock.
* '''screenshot'''
[[Image:Analog-clock.png]]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/analog-clock
</code>


====Binary Clock====
[[Image:Calculator.jpeg|thumb]]  
* '''purpose'''
A binary clock.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163843599510392482 binary-clock.png]
* '''location'''
<code>
/extragear/plasma/applets/binary-clock
</code>


====Digital Clock====
*'''location'''
* '''purpose'''
A simple digital clock.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163819006527655410 analog-clock.png]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/digital-clock
</code>


====Fuzzy Clock====
<syntaxhighlight lang="text">
* '''purpose'''
/playground/base/plasma/applets/calculator
A fuzzy clock.
</syntaxhighlight>  
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163841379012300418 fuzzy-clock.png]
* '''location'''
<code>
/extragear/plasma/applets/fuzzy-clock
</code>


===File System===
==== KGet ====
====File Watcher====
* '''purpose'''
Watch a file on disk.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163840343925182066 file_watcher.png]
* '''location'''
<code>
/extragear/plasma/applets/fileWatcher
</code>


===Graphics===
*'''purpose'''
====Color Picker====
* '''purpose'''
Get the color value of any color on the desktop.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163825500518207026 color_picker.png]
* '''location'''
<code>
/extragear/plasma/applets/kolourpicker
</code>


====Comic Strip====
Monitor your downloads. This applet can show a bar chart, a pie chart and a speed graph.  
* '''purpose'''
Show comics on your desktop. This currently supports comics like: Userfriendly, Dilbert, Garfield, Snoopy, XKDC, OsNews Focus Shift.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163840339630214738 comic-strip.png]<br />
* '''location'''
<code>
/extragear/plasma/applets/comic
</code>


====Picture Frame====
*'''screenshot'''
* '''purpose'''
A picture applet.  It can show a single picture or a slideshow of pictures.  You can drop an image to show an image, or drop a folder to start a slideshow of the images in the folder.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163818641455435234 frame.png]<br />
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163820741694443010 frame_2.png]
* '''location'''
<code>
/extragear/plasma/applets/frame
</code>


===Language===
[[Image:Kget1.png|thumb]]<br> [[Image:Kget2.jpg|thumb]]
====Dictionary====
* '''purpose'''
A dictionary applet.  Search the definition of a word.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163840339630214754 dictionary.png]<br />
* '''location'''
<code>
/extragear/plasma/applets/dict
</code>


===Mapping===
*'''location'''
====3D Earth Model====
* '''purpose'''
Shows a 3D model of the earth
* '''screenshot'''
[[TODO]]
* '''location'''
<code>
/extragear/plasma/applets/bluemarble
</code>


===Miscellaneous===
<syntaxhighlight lang="text">
====KGet====
* '''purpose'''
Monitor your downloads.  This applet can show a bar chart, a pie chart and a speed graph.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856604671364786 kget1.png]<br />
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856608966332098 kget2.png]
* '''location'''
<code>
/KDE/kdenetwork/kget/plasma/applet
/KDE/kdenetwork/kget/plasma/applet
</code>
</syntaxhighlight>  
 
==== Moodbar ====
 
*'''purpose'''
 
Amarok moodbar applet.
 
*'''screenshot'''
 
[[Image:Moodbar.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/moodbar
</syntaxhighlight>
 
==== KMLDonkey ====
 
*'''purpose'''
 
Monitor down- and upload statistics of your MLDonkey core.
 
*'''screenshot'''
 
[[Image:Kmldonkeyapplet.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/extragear/network/kmldonkey/kmlplasma
</syntaxhighlight>
 
==== SuperKaramba ====
 
*'''purpose'''
 
Integrate the tons of existing Karamba Themes as good as possible into the KDE4 plasma desktop.
 
*'''screenshot'''
 
[[Image:Skplasmaapplet.jpg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeutils/superkaramba/plasma
</syntaxhighlight>
 
==== Lancelot Part ====
 
*'''purpose'''
 
Lancelot Part makes it possible to add parts of the Lancelot menu directly onto the desktop or panel.
 
*'''screenshot'''
 
[[Image:Lancelot-part.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/lancelot
</syntaxhighlight>
 
<br>
 
=== Online Services ===
 
==== Commit Log ====
 
*'''purpose'''
 
Shows commit log for a project


===Online Services===
*'''screenshot'''
====English Breakfast====
 
* '''purpose'''
[[Image:Commit.jpeg|thumb]]
This week in KDEThe English Breakfast Network (EBN) is dedicated to the contemplation of tea, KDE API Documentation Validation, User Documentation Validation, Source Code Checking, omphaloskepsis, and star-gazing. [http://www.englishbreakfastnetwork.org/]
 
* '''screenshot'''
*'''location'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856613261299410 ebn.png]
 
* '''location'''
<syntaxhighlight lang="text">
<code>
/playground/base/plasma/applets/cia.vc
/extragear/plasma/applets/ebn
</syntaxhighlight>
</code>
 
==== English Breakfast ====
 
*'''purpose'''
 
This week in KDEThe English Breakfast Network (EBN) is dedicated to the contemplation of tea, KDE API Documentation Validation, User Documentation Validation, Source Code Checking, omphaloskepsis, and star-gazing. [http://www.englishbreakfastnetwork.org/]  
 
*'''screenshot'''
 
[[Image:Ebn.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/ebn
</syntaxhighlight>
 
==== News ====
 
*'''purpose'''
 
Shows news from various sources
 
*'''screenshot'''
 
[[Image:News.jpeg|thumb]]  
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/news
</syntaxhighlight>  
 
==== News Ticker ====
 
*'''purpose'''


====News Ticker====
* '''purpose'''
Scrolling feed applet.  
Scrolling feed applet.  
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163857626873581410 news-ticker.png]
* '''location'''
<code>
/extragear/plasma/applets/TODO
</code>


====Twitter Microblog====
*'''screenshot'''
* '''purpose'''
 
An applet to follow people microblogs and microblog yourself using twitter.
[[Image:News ticker.png|thumb]]
* '''screenshot'''
 
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856621851234018 twitter.png]
*'''location'''
* '''location'''
 
<code>
<syntaxhighlight lang="text">
/extragear/plasma/applets/twitter
/KDE/kdeplasma-addons/applets/TODO
</code>
</syntaxhighlight>
 
==== Twitter Microblog ====
 
*'''purpose'''
 
An applet to follow people microblogs and microblog yourself using twitter.  
 
*'''screenshot'''
 
[[Image:Twitter.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdeplasma-addons/applets/twitter
</syntaxhighlight>
 
=== System Information ===
 
==== Battery Monitor ====
 
*'''purpose'''
 
Show the current state of the battery. On hover show percentage of current battery left.
 
*'''screenshot'''
 
[[Image:Battery applet.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/generic/applets/battery
</syntaxhighlight>
 
==== Battery Time Remaining ====
*'''purpose'''
This is a modification of the original battery plasmoid of plasma desktop. It displays the remaining battery time.
 
*'''location'''
http://kde-look.org/content/show.php/Battery+Time+Remaining?content=123767
 
==== Battery NG ====
*'''puropse'''
This is a modification of the original battery plasmoid of plasma desktop. It allows interpolation between battery states which effectivly provides a continuous bar instead of only 6 fill states.
 
*'''location'''
http://kde-look.org/content/show.php/Battery+NG?content=117820
 
==== Hard Disk Monitor ====
 
*'''purpose'''
 
A hard disk usage monitor.
 
*'''screenshot'''
 
[[Image:Harddiskmonitor.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/system-monitor
</syntaxhighlight>
 
==== Hardware info ====
 
*'''purpose'''
 
Show hardware info.
 
*'''screenshot'''
 
[[Image:Hardwareinfo.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/system-monitor
</syntaxhighlight>
 
==== Lock/Logout ====
 
*'''purpose'''
 
Lock the screen or log the current user out.  
 
*'''screenshot'''
 
[[Image:Lock-logout.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/generic/applets/lock_logout
</syntaxhighlight>
 
==== New Device Notifier ====
 
*'''purpose'''
 
Shows the recently plugged in devices and notifies the user if a new device is plugged in.  
 
*'''screenshot'''
 
[[Image:Recently plugged.png|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/generic/applets/devicenotifier
</syntaxhighlight>
 
==== System Monitor ====
 
*'''purpose'''
 
System monitor applet.
 
*'''screenshot'''
 
[[Image:Systemmonitor.jpeg|thumb]]
 
*'''location'''
 
<syntaxhighlight lang="text">
/playground/base/plasma/applets/system-monitor
</syntaxhighlight>
 
=== Windows And Tasks ===
 
==== Pager ====
 
*'''purpose'''
 
A pager applet that shows the virtual desktops.
 
*'''screenshot'''
 
[[Image:Pager.png|thumb]]  
 
*'''location'''
 
<syntaxhighlight lang="text">
/KDE/kdebase/workspace/plasma/desktop/applets/pager
</syntaxhighlight>  
 
==== System Tray ====
 
*'''purpose'''
 
A system tray applet.
 
*'''screenshot'''
 
[[Image:Systray.png]]


===System Information===
*'''location'''
====Battery Monitor====
* '''purpose'''
Show the current state of the battery.  On hover show percentage of current. battery left
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163825496223239714 battery_applet.png]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/battery
</code>


====Lock/Logout====
<syntaxhighlight lang="text">
* '''purpose'''
/KDE/kdeplasma-addons/generic/applets/systemtray
Lock the screen or log the current user out.
</syntaxhighlight>  
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856621851234034 lock-logout.png]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/lock_logout
</code>


====New Device Notifier====
==== Task Manager ====
* '''purpose'''
Shows the recently plugged in devices and notifies the user if a new device is plugged in.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856909614042882 device-notifier.png]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/devicenotifier
</code>


===Toy===
*'''purpose'''
====Fifteen Puzzle====
* '''purpose'''
Play the game fifteen puzzle.  You can play the game with a custom picture.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856913909010194 fifteenPuzzle.png]
* '''location'''
<code>
/extragear/plasma/applets/fifteenPuzzle
</code>


===Windows And Tasks===
Shows the open applications.
====Lancelot Launcher====
* '''purpose'''
TODO
* '''screenshot'''
[TODO]
* '''location'''
<code>
/extragear/plasma/applets/lancelot
</code>


====Lancelot Part====
*'''screenshot'''
* '''purpose'''
TODO
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856913909010210 lancelot-part.png]
* '''location'''
<code>
/extragear/plasma/applets/lancelot
</code>


====Pager====
[[Image:Tasks.png|thumb]]  
* '''purpose'''
A pager applet that shows the virtual desktops.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856918203977538 pager.png]
* '''location'''
<code>
/KDE/kdebase/workspace/plasma/applets/pager
</code>


====System Tray====
*'''location'''
* '''purpose'''
A system tray applet.
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163857622578614098 systray.png]
* '''location'''
<code>
/extragear/plasma/applets/systemtray
</code>


====Task Manager====
<syntaxhighlight lang="text">
* '''purpose'''
/KDE/kdebase/workspace/plasma/desktop/applets/tasks
Shows the open applications.
</syntaxhighlight>
* '''screenshot'''
[http://picasaweb.google.co.uk/thomas.coopman/BlogPictures/photo#5163856918203977522 tasks.png]
* '''location'''
<code>
/extragear/plasma/applets/tasks
</code>

Revision as of 10:02, 15 July 2012

Known plasmoids

Application Launchers

Kickoff

  • purpose

The new advanced application launcher. It is the standard in kde 4.0. It has many features like search, show recently used applications, favorites,...

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/desktop/applets/kickoff/

Traditional Application Launcher

  • purpose

Classic menu like the one in kde3. It shares the same datamodel with Kickoff and allows to switch between different menu-views.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/desktop/applets/kickoff/simpleapplet

Lancelot Launcher

  • purpose

Lancelot is an application launcher menu designed to provide a place from which all your jobs begin. It provides quick access to applications, places, documents, contacts and system information.

For more info visit the blog of the author Ivan Čukić or Lancelot's home page. You could also be interested in Lancelot feature in commit-digest.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/lancelot

Astronomy

Luna

  • purpose

Moon phase applet.

  • screenshot
  • location
/playground/base/plasma/applets/luna

Date and Time

Analog Clock

  • purpose

A simple analog clock.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/generic/applets/analog-clock/

Binary Clock

  • purpose

A binary clock.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/binary-clock

Digital Clock

  • purpose

A simple digital clock.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/generic/applets/digital-clock/

Fuzzy Clock

  • purpose

A fuzzy clock.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/fuzzy-clock

Train Clock

  • purpose

A train clock where the numbers flip.

  • screenshot
  • location
/playground/base/plasma/applets/train-clock

Environment and Weather

Customizable Weather Plasmoid (CWP)

http://kde-look.org/content/show.php/Customizable+Weather+Plasmoid+%28CWP%29?content=98925

yaWP (Yet Another Weather Plasmoid)

http://kde-look.org/content/show.php/yaWP+%28Yet+Another+Weather+Plasmoid%29?content=94106

plasma_pyweather

http://kde-look.org/content/show.php/plasma_pyweather?content=110137

Simple Weather Forecast

http://kde-look.org/content/show.php/simple+weather+forecast?content=92149

Weather Plasmoid

http://kde-look.org/content/show.php/Weather+Plasmoid?content=84251


File System

File Watcher

  • purpose

Watch a file on disk.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/fileWatcher

Trash Can

  • purpose

A trash can applet.

  • screenshot
  • location
/playground/base/plasma/desktop/applets/trash

Games

Fifteen Puzzle

  • purpose

Play the game fifteen puzzle. You can play the game with a custom picture.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/fifteenPuzzle

Life

  • purpose

Conway's Game of Life applet (more info here

  • screenshot
  • location
/playground/base/plasma/applets/life

Graphics

aKademy Group Photo

  • purpose

Display the conference group photo.

  • screenshot
  • location
/playground/base/plasma/applets/groupphoto

Color Picker

  • purpose

Get the color value of any color on the desktop.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/kolourpicker

Comic Strip

  • purpose

Show comics on your desktop. This currently supports comics like: Userfriendly, Dilbert, Garfield, Snoopy, xkcd, OsNews Focus Shift.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/comic

Picture Frame

  • purpose

A picture applet. It can show a single picture or a slideshow of pictures. You can drop an image to show an image, or drop a folder to start a slideshow of the images in the folder.

  • screenshot


  • location
/KDE/kdeplasma-addons/applets/frame

Language

Dictionary

  • purpose

A dictionary applet. Search the definition of a word.

  • screenshot


  • location
/KDE/kdeplasma-addons/applets/dict

Rot13

  • purpose

A applet to encrypt your text using the Rot13 encryption. (more info here)

  • screenshot


  • location
/playground/base/plasma/applets/rot13

Mapping

3D Earth Model

  • purpose

Shows a 3D model of the earth

  • screenshot

TODO

  • location
/KDE/kdeplasma-addons/applets/bluemarble

Miscellaneous

Calculator

  • purpose

A very basic calculator applet.

  • screenshot
  • location
/playground/base/plasma/applets/calculator

KGet

  • purpose

Monitor your downloads. This applet can show a bar chart, a pie chart and a speed graph.

  • screenshot


  • location
/KDE/kdenetwork/kget/plasma/applet

Moodbar

  • purpose

Amarok moodbar applet.

  • screenshot
  • location
/playground/base/plasma/applets/moodbar

KMLDonkey

  • purpose

Monitor down- and upload statistics of your MLDonkey core.

  • screenshot
  • location
/extragear/network/kmldonkey/kmlplasma

SuperKaramba

  • purpose

Integrate the tons of existing Karamba Themes as good as possible into the KDE4 plasma desktop.

  • screenshot
  • location
/KDE/kdeutils/superkaramba/plasma

Lancelot Part

  • purpose

Lancelot Part makes it possible to add parts of the Lancelot menu directly onto the desktop or panel.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/lancelot


Online Services

Commit Log

  • purpose

Shows commit log for a project

  • screenshot
  • location
/playground/base/plasma/applets/cia.vc

English Breakfast

  • purpose

This week in KDEThe English Breakfast Network (EBN) is dedicated to the contemplation of tea, KDE API Documentation Validation, User Documentation Validation, Source Code Checking, omphaloskepsis, and star-gazing. [1]

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/ebn

News

  • purpose

Shows news from various sources

  • screenshot
  • location
/playground/base/plasma/applets/news

News Ticker

  • purpose

Scrolling feed applet.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/TODO

Twitter Microblog

  • purpose

An applet to follow people microblogs and microblog yourself using twitter.

  • screenshot
  • location
/KDE/kdeplasma-addons/applets/twitter

System Information

Battery Monitor

  • purpose

Show the current state of the battery. On hover show percentage of current battery left.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/generic/applets/battery

Battery Time Remaining

  • purpose

This is a modification of the original battery plasmoid of plasma desktop. It displays the remaining battery time.

  • location

http://kde-look.org/content/show.php/Battery+Time+Remaining?content=123767

Battery NG

  • puropse

This is a modification of the original battery plasmoid of plasma desktop. It allows interpolation between battery states which effectivly provides a continuous bar instead of only 6 fill states.

  • location

http://kde-look.org/content/show.php/Battery+NG?content=117820

Hard Disk Monitor

  • purpose

A hard disk usage monitor.

  • screenshot
  • location
/playground/base/plasma/applets/system-monitor

Hardware info

  • purpose

Show hardware info.

  • screenshot
  • location
/playground/base/plasma/applets/system-monitor

Lock/Logout

  • purpose

Lock the screen or log the current user out.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/generic/applets/lock_logout

New Device Notifier

  • purpose

Shows the recently plugged in devices and notifies the user if a new device is plugged in.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

System Monitor

  • purpose

System monitor applet.

  • screenshot
  • location
/playground/base/plasma/applets/system-monitor

Windows And Tasks

Pager

  • purpose

A pager applet that shows the virtual desktops.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/desktop/applets/pager

System Tray

  • purpose

A system tray applet.

  • screenshot

  • location
/KDE/kdeplasma-addons/generic/applets/systemtray

Task Manager

  • purpose

Shows the open applications.

  • screenshot
  • location
/KDE/kdebase/workspace/plasma/desktop/applets/tasks