
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
This is my theme collection of little pieces for system monitoring.
I am glad if someone try this and may have a fun.
== Features: ==
Backlight LCD style.
-- Backlight light, when specified rate of the usage is over.
Crystal glass looking.
Besides the CPU, network, memory and disk usage monitor, i add
mail_count_checker, sound_volume_monitor and calendar_and_clock.
== Note: ==
To use mail_count_checker, you must change python script (Mail_.py).
And you may want to change some program actions.
Please check the header part of python script.
ex: Mail_.py
|
| # Change these values according to your mail account.
| global ServerName, UserName, PassWord
|
| ServerName = "xxx.xxx.xxx.xxx"
| UserName = "xxxxxxxx"
| PassWord = "xxxxxxxxxxx"
|
== Required: ==
Super Karamba
-- I have installed SuSE package. (http://www.kde-look.org/content/show.php?content=19356)
Alsa sound system. alsa utility: amixer
-- I get sound volume from output of amixer.
== Thanks: ==
I had referred a lot of superkaramba theme of this site.
I have got many nice wallpapers from here.
15 years ago
0.9.2
Fixed some problem in Mail_.py
Remove backgroud image to improve speed.
0.9.1
Time problem : External program "cal" may not work on ".theme", then moved to ".py" -- corrected?
CPU, IP Problem : Warning and Alarm Image stay on Top.
0.9
Initial release
15 years ago
0.9.2
Fixed some problem in Mail_.py
Remove backgroud image to improve speed.
0.9.1
Time problem : External program "cal" may not work on ".theme", then moved to ".py" -- corrected?
CPU, IP Problem : Warning and Alarm Image stay on Top.
0.9
Initial release
richb
15 years ago
Report
TranquilizerK
15 years ago
1. Put display area of AM/PM [ Time.theme ]
ex : text x=148 y=30 name=T_AMPM . . . .
2. Get widget of AM/PM in module initWidget() [ Time.py ]
ex : ampm = karamba.getThemeText( widget, "T_AMPM" )
3. Display AM/PM in module widgetUpdate [ Time.py ]
ex : karamba.changeText( widget, ampm, time.strftime( . . .
Please refer to the following site for the format of strftime()
http://rgruet.free.fr/PQR2.2.html
Please try!
Report
richb
15 years ago
Report
dmzeplin
15 years ago
Report
TranquilizerK
15 years ago
You can change coordinats of components and font size by editing theme file "Cpu.theme".
Please change x,y,w,h or default font size.
Report
dmzeplin
15 years ago
Report
richb
15 years ago
Report
TranquilizerK
15 years ago
Not work? That is bad.
I made some change on Time, Cpu and Ip themes.
Please try again.
Report
richb
15 years ago
Report
TranquilizerK
15 years ago
Please change font name following line of Time.theme
| text x=12 y=4 name=T_CAL font="misc fixed" fontsize=10
fixed font name in your system will be get following command.
$ fc-list | grep Fix
Report
richb
15 years ago
Report