
Fantastik-NG
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Fantastik-NG is based on Fantastik SuperKaramba theme (http://www.kde-look.org/content/show.php?content=17775). It has new more polished Aero-G background (with the same width and smoothnes as Liquid Weather ++), it displays CPU and system temperature, there is new Python script for displaying number of e-mails (it supports imap, imap-ssl, pop3, pop3-ssl) and better Python script for displaying IP address.
14 years ago
Initial release
14 years ago
Initial release
footer
13 years ago
Report
matador
14 years ago
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from urllib import urlopen
page = urlopen('http://www.getanyip.com/?q=ip')
content = page.read()
contentList = content.splitlines()
ip = contentList.pop()
print ip.strip()
Report
junOlive
14 years ago
really cute theme, but I do have a problem with the mailchk.conf.
I set up the correct paths in the .theme file and right then the mail part of the widget showed "0/0". So fare so good, having entered my pop mail accounts to the mailchk.conf according to the instructions given there (e.g. 'mail.xxxxxxx.com,pop,username,base64-pwd'), the mail part now leaves blank, also after restart of theme... The same when using imap configuration.
Second question: Which applet do u use for the analog clock???
Thanks.
Report
junOlive
14 years ago
Report
region-g
14 years ago
thanx in advance!
Report
Mikos
14 years ago
For IP and mail, you must change paths in fantastik-ng.theme file (it is ~/karamba/fantastik-ng/programs/whatsmyip.py and ~/karamba/fantastik-ng/programs/mailchck.py by default, you have it probably in other directory and this is why it doesn't work for you).
Also you must set your mail configuration (POP3/IMAP address, username and password) in programs/mailchck.conf.
Report
mefiX
14 years ago
This is a pretty cool theme, i like it!
following things are working:
- CPU-load
- mem/disk-load/usage
- network (whatsmyip: would prefer a script that gets a local ip as well, if no internet connection is present!)
- time and uptime
following things DO NOT work:
- sensors (lm_sensors working/running)
- mail (changed the path's and added my account-settings to mail~.conf (imap).)
if i run the py-script manually it tells me
[...]
Traceback (most recent call last):
File "mailchck.py", line 104, in ?
if row[0][0] != '#':
IndexError: list index out of range
[...]
would be great if we get this thing to work!
greetings,
mefiX
Report
sebwouaib
14 years ago
Thanks in advance.
Report
Mikos
14 years ago
http://www.kde-apps.org/content/show.php?content=20293
Report
richb
14 years ago
Report