Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
1) CPU Monitor
2) MEM Monitor
3) DISK Monitor
4) DOWNLOAD/UPLOAD Monitor
5) MAIL Monitor
6) Date and uptime

This theme based on theme by Chip2003
http://kde-look.org/content/show.php?content=6977
Last changelog:

v 2.1-beta
Gmail support
new background -"Aero-G"
NEW BUG - this version work good only with Aero-G background. In the following version I shall correct a bug.
v 2.0
Added dialog with a choice of a backgound (big thanks ragnaroek !)
3 new backgrounds by me and PitocheUrla
bug fix
v 1.6
2 new backgrounds by Skeezo and kdedutchie
new icon for mail and hard disk
bug fix
v 1.5
Bug fix
new icon for uptime and date
v 1.4.1
change icon memory
v 1.4
add grid for network
v 1.3
text about total disk size is light grey
v 1.2
now hard information in to the progresbar
Labels are leveled by a right edge
v 1.1
add grid for cpu monitor
now size is 209x262
fix all progresbars

release 1.0
size is 213x262


Ratings & Comments

40 Comments

velista

Do you plan to add translation support? If so, when?

aivs

I think in the near future translation will not be, there are other important work. If who that can help with a writing of a script for change completely skin, I will be glad!

k0nt3

you should write #!/usr/bin/python in the first line of pop3_ssl.py...

Blackcat2

I' ve problem with mail too, i try to configure pop but don't run!

Peiejo

i've a problem with gmail support, i change path to /home/peiejo/karamba_scripts/fantastik/programs/pop3_ssl.py and login password, but not run! Sorry for my poor english, great work!

fedderico10

I cant setup fantastik to work with my modem conection. It is posible to make it show me the modem sensor instead of the network card?

aivs

With the modem should work. I use adsl-modem

chipper02

Wonderful program. I love it! Very nice and SIMPLE design. I'm at school and don't trust the other 3000 or so student owned windoze boxen so I use only secure protocols. I was peeking at the perl code and went looking for a Net::POP3s module but didn't find one. I looked on CPAN for POP3s related stuff and didn't find any. It's beyond my abilities at 2am to add POP3s support. Any chance you could add POP3s support in the next release? I'm tunneling over ssh for the time being. Thanks for all your hard work! -- Chipper02 One VERY Happy User

aivs

I'm not a perl programmer, In theme used standart perl script to check mail. If you have the best script I can include it in the next release

linuxs2r

I try to configure the theme file with my pop server, but it dont work fine. The right side of my mail icon is blank, I dont see any info. Please help me. PS I'm sorry for my bad english, I'm italian

aivs

Find these lines: "# Mail clickarea x=15 y=162 w=32 h=32 onclick="thunderbird" text x=55 y=170 sensor=program program="/home/aivs/fantastik-1.6/programs/mails_pop3.pl pop.yandex.ru login password" line=1 color=30,30,30 fontsize=10 font="Tahoma" interval=18000" 1) make full path to tunderbird 2) Change this path "/home/aivs/fantastik-1.6/programs/mails_pop3.pl" to you path to mails_pop3.pl. 3) "pop.yandex.ru login password" Write the server login and the password

koen187

how can i configure thunderbird with this, when i click the mail icon all i get is "thunderbird not found"

linuxs2r

Try this. Right click on mail button, choose "Edit" and "Edit theme". The theme file should be open in kwrite or similar. Now search in the text "# Mail" section and replace [onclick="thunderbird"] with [onclick="...your_correct_path.../thunderbird"]. Then save the modified file and all should work. Ciao.

koen187

this is what my mail config looks like: # Mail clickarea x=15 y=162 w=32 h=32 onclick="thunderbird" text x=55 y=170 sensor=program program="/home/aivs/fantastik-1.6/programs/mails_pop3.pl pop.yandex.ru login password" line=1 color=30,30,30 fontsize=10 font="Tahoma" interval=18000 where should i put the pat of thunderbird? (sry im a n00b

mike1970

fantastik doesnt work on my desktop, here the output while opening theme: superkaramba: TaskManager::TaskManager() Network sensor: can not find ppp0 ImportError: No module named fantastik ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on for fantastik.theme If this is a regular theme and doesn't use python extensions, then nothing is wrong. ------------------------------------------------------ Network sensor: can not find ppp0 Network sensor: can not find ppp0 Network sensor: can not find ppp0 Network sensor: can not find ppp0 Network sensor: can not find ppp0 /bin/bash: /home/aivs/fantastik-1.6/programs/mails_pop3.pl: Datei oder Verzeichnis nicht gefunden Network sensor: can not find ppp0 Network sensor: can not find ppp0 Network sensor: can not find ppp0 Network sensor: can not find ppp0 and so on... I am a karamba newbie, I think I make an easy mistake...but which? And please sorry for my bad english

aivs

In fantastik.theme find this: # Network (ppp0) image x=54 y=130 path="image/bg_cpu.png" # In graph x=55 y=130 w=88 h=17 color=0,90,0 sensor=network device="ppp0" format="%in" max=15 interval=250 text x=192 y=130 sensor=network device="ppp0" format="%in kB/s" align=right color=0,90,0 fontsize=9 font="Tahoma" interval=250 # Out graph x=55 y=130 w=88 h=19 color=255,0,0 sensor=network format="%out"device="ppp0" max=15 interval=250 text x=192 y=140 sensor=network device="ppp0" format="%out kB/s" align=right color=255,0,0 fontsize=9 font="Tahoma" interval=250 anr replace all ppp0 to your interface, maybe it is eth0 or wlan0

aivs

if net monitor doesn't work, after this, he must work. But about your error i don't now. Try to collect superkaramba itself from source codes

mike1970

Thanks for quick help! I replaced ppp0 through eth0- no more network-error now. I compiled superkaramba from sources, there wasnt any errors by doing this. Now still trouble: mahrend@mike:~> superkaramba superkaramba: TaskManager::TaskManager() ImportError: No module named fantastik ------------------------------------------------------ What does ImportError mean? It means that I couldn't load a python add-on for fantastik.theme If this is a regular theme and doesn't use python extensions, then nothing is wrong. ------------------------------------------------------ /bin/bash: /home/aivs/fantastik-1.6/programs/mails_pop3.pl: Datei oder Verzeichnis nicht gefunden /bin/bash: /home/aivs/fantastik-1.6/programs/mails_pop3.pl: Datei oder Verzeichnis nicht gefunden /bin/bash: /home/aivs/fantastik-1.6/programs/mails_pop3.pl: Datei oder Verzeichnis nicht gefunden and so on... there is a mistake, onmy PC is no /aivs... I can try to make it or make a symbolic link to it! But, I dont know : Do I need a python add-on or not?

mike1970

I made /home/aivs/, moved fantastik to this place and it works. I'm still thinking this is an (little)error in your code. Or isn't it? Thanks for this fine tool!

aivs

in fantastik.theme replace all: "/home/aivs" to your path to fantastik-1.6 directory.

Rory_double

It would be great if you had a clear background theme, like the clear clock, clear calendar and clear liquid weather background. Would this be possible?

Rory_double

I just realized that you do have a clear background. The images on kde-look just don't illustrate it clearly. Thank you for this great widget!!!!! Rory Toronto, Canada

grelle

is it possible to add multiple email accounts and make them print as one in the fantastik bar?

aivs

yes. in fantastik.theme find: # Mail clickarea x=15 y=162 w=32 h=32 onclick="thunderbird" text x=55 y=170 sensor=program program="/home/aivs/fantastik-1.5/programs/mails_pop3.pl pop.yandex.ru login password" line=1 color=60,60,60 fontsize=10 font="Tahoma" interval=18000 interval=18000 and replace to this # Mail #1 account clickarea x=15 y=162 w=32 h=32 onclick="thunderbird" text x=55 y=163 sensor=program program="/home/aivs/fantastik-1.5/programs/mails_pop3.pl pop.yandex.ru login password" line=1 color=60,60,60 fontsize=10 font="Tahoma" interval=18000 interval=18000 #2 account clickarea x=15 y=162 w=32 h=32 onclick="thunderbird" text x=55 y=177 sensor=program program="/home/aivs/fantastik-1.5/programs/mails_pop3.pl pop.yandex.ru login password" line=1 color=60,60,60 fontsize=10 font="Tahoma" interval=18000 interval=18000

aivs

Please answer, what icons you want to see for each monitor?

Pling
0 Affiliates
Details
license
version 2.1-beta
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

Other Karamba & Superkaramba:

Evolution Task Theme (for Karamba)
L0rclA5CII
last update date: 22 years ago

Score 5.0

Karambaqua
manor
last update date: 22 years ago

Score 5.0

Karamba Print Queue Monitor
Praxxus
last update date: 22 years ago

Score 5.0

The DarkGirl wallpaper and Karamba theme
xray
last update date: 22 years ago

Score 5.0

TecnoBar for Karamba
ZIOlele
last update date: 22 years ago

Score 5.0

Karamba Ink Level Monitor
Praxxus
last update date: 22 years ago

Score 5.0