-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Artwork
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore


Camheroes

Sponsoring



-
- Content .- Fans  .- Knowledge Base  . 

Furius Karamba Suite

   (Korius Edition)  

Karamba

marcusfuriusmarcusfurius
Marcus Furius
Home
-
Dean Harris
Marcus Furius
United Kingdom, Derby
last visit Oct 24 2009
2 friends
1 groups

other contents
send a message
add as friend
more info
--
Furius Karamba Suite
zoom


Furius Karamba Suite
zoom


Furius Karamba Suite
zoom


Link:  Link
Downloads:  6868
Submitted:  Aug 24 2007
Updated:  Jan 13 2008
Score: 
score75%75%score
 75% good
bad   good

Description:

A collection of monitors and other themes including:
A clock based on the analog clock by Idoa01 (http://www.kde-look.org/content/show.php?content=12072).
An Rss Feed reader.
A System monitor.
A Drive monitor.
A Cpu and Ram Monitor
A network monitor.
A Moon Phase Calendar
A Process monitor detailing top 5 cpu useage (Not the best implematation due to the size of the theme... sorry!) Thanks to 'Aray' for the suggestion.
A Weather theme (Beta) - New

Three skins available: Original, Black Glass and Korius, a Kore inspired theme.
To use the original theme, rename /skins/skin2.png to skins/skin.png and rename /pics/Frame2.png to /pics/Frame.png
To use the Korius theme, you must download the separate Korius package.

Weather Theme:


Requires python-elementtree

### READ IF YOU ARE USING PYTHON 2.5 ###

Open FuriusWeather.py with a text editor.
Look for -- from elementtree.ElementTree import parse -- it should be on line 4.
Comment that line out by placing a # at the beginning of the line. Now on the line below type this -
from xml.etree.ElementTree import parse

Thanks to jonwilbanks.

########################################


I have tried to keep this theme as simple as possible, with basic coding to allow community customisation and advancement.

Uses the Crystal Icon Theme for Liquid Weather (Author unknown)

Mouse over will reveal forecast summary.

Clicking the Orange Text will open a full forecast.

Setting Your Location:

You need to open the FuriusWeather.py file in your favourite text editor.
You will see the following section near the top of the file:

#***********CHANGE THESE VALUES AS REQUIRED********************

units = 'f'
#units = 'c'

locationCode = 'UKXX0318' # London

browser = "kfmclient openProfile webbrowsing "
#browser = "/opt/swiftfox/swiftfox "
#browser = "firefox "
#browser = "opera "


#*****************DO NOT CHANGE BELOW ME!***********************

Comment/uncomment to select your desired measurement unit and web browser.
Change the location code to match your desired city.
To find your location code:
1. Visit http://weather.yahoo.com/
2. Enter you city in the search box and click 'Go'
3. You will be sent the the weather page for your desired city.
4. The URL of this page will look like this (I have chosen Berlin) - http://weather.yahoo.com/forecast/GMXX0007.html
5. Your locationCode is the value between 'http://weather.yahoo.com/forecast/' and '.html', (GMXX0007)

To Change Icon Set:

1. Visit http://liquidweather.net/icons.php
2. Download an icon Set
3. Replace Furius/small_icons with the contents of the small_icon folder from your downloaded icon set.
4. Reload theme.




Changelog:

13/01/2007
Add Korius Karamba Suite, a Kore inspired theme.

09/01/2008
Corrected an error in the Weather Module whereby Celsius was not displaying correctly. Credit goes to m.afgani@gmail.com and partially to
zubinb@gmail.com

11/09/2007
Updated Weather Module to include customisable icons

08/09/2007
Updated Weather Module

Added forecast summary to weather module.
Changed default skin.




LicenseGPL
(Furius Karamba Suite)
(Korius Karamba Suite)
send to a friend
subscription
other artwork from marcusfurius

goto page: prev   1  2 

-

 Hurray

 
 by francophone on: Jan 14 2008
 

Yet another unnecessary monitor app! That makes about 4000 on this website alone.


reply to this

-

 clock

 
 by rocketpcguy on: Jan 14 2008
 

i wish the clock was anti-aliased, but i guess replacing the clock with a blank area and putting cairo-clock (for those with composite enabled) instead would do too.

very nice theme though!


reply to this

-

 temp monitor

 
 by lukaszde on: Jan 22 2008
 

hello,
I'll like to see, use some of integer to monitors temperatures and fans, and add new module:

temp cpu:
sensor=sensor type="temp1" format="%v °C"

hdd temp:
sensor=program program=" hddtemp /dev/sda | grep °C | sed -e 's/.*: //'"

fan:
sensor=sensor type="fan1" format="%v rpm"

Thanks, a lot


reply to this

goto page: prev   1  2 

add commentback




-
-
all messages

openDesktop.org Facebook App





Partners
Place Your Link Here!
Online Casino
Fundraising Ideas

Cool Sites
iPhone Community

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Artwork
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
News RSS   
Discussion RSS   
Events RSS   

Participate
Groups
Forum
Add Artwork
Public API
About KDE-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2001-2010 KDE-Look.org Team  
All rights reserved. KDE-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.