
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
KISS plasmoid for KDE panel displaying up/down speed written with ruby/QT(just began to use ruby)
Settings allow one to change font and device.
Inspired by GNOME panel netspeed applet
10 years ago
0.3
YOU DON'T NEED THIS VERSION IF 0.2 IS OK FOR YOU
*minor fix on ruby round function. All who have a blank plasmoid canvas should try this one.
Tested on kubuntu 10.04 and Archlinux
0.2
* Added pattern to build speed show at your taste:
#uv - upload value
#um - upload measure
#dv and #dm same for downspeed
#utv, #utm, #dtv, #dtm - up/down total for curret session
#br - newline
Other symbols will be shown as is.
*Added kdebindings-ruby as depency
Know issues:
*color picker doesn't work yet
*autoresize make some tray items to move(you can use min width seting to avoid)
TODO:
*fix autoresize
*fix colour selector
*Add icon to config screen
*Add help file. For pattern at least
0.1
* Initial upload
10 years ago
0.3
YOU DON'T NEED THIS VERSION IF 0.2 IS OK FOR YOU
*minor fix on ruby round function. All who have a blank plasmoid canvas should try this one.
Tested on kubuntu 10.04 and Archlinux
0.2
* Added pattern to build speed show at your taste:
#uv - upload value
#um - upload measure
#dv and #dm same for downspeed
#utv, #utm, #dtv, #dtm - up/down total for curret session
#br - newline
Other symbols will be shown as is.
*Added kdebindings-ruby as depency
Know issues:
*color picker doesn't work yet
*autoresize make some tray items to move(you can use min width seting to avoid)
TODO:
*fix autoresize
*fix colour selector
*Add icon to config screen
*Add help file. For pattern at least
0.1
* Initial upload
loray
10 years ago
Report
joethefox
10 years ago
Some suggestions:
- with this layout (one info per line)
eth0
0B/s
0B/s
I've no width problem ;)
- Why don't add the capability to display the IP Address?
- When I try to add two plasmoids (one for eth0 and one for wlan0), each plasmoid seems to share the same config file, so not allowing to use more than one plasmoid in the same time.
again thank you for your work
Report
rakoth
10 years ago
Yes, both widgets using same config now.I'm planing to add multi widget functionality later.
Can you please describe installation process? Which plasma-ruby packages were required?
(Some users have problems with searching right package name, which could differ from one system to another)
Report
luciform
10 years ago
Report
joethefox
10 years ago
$ dpkg-query -W| grep -i ruby | grep -i plasma
libplasma-ruby 4:4.5.1-0ubuntu3
libplasma-ruby1.8 4:4.5.1-0ubuntu3
plasma-scriptengine-ruby 4:4.5.1-0ubuntu8
Report
pierissimo
10 years ago
Report
luciform
10 years ago
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/373645
If not, install ruby, ruby-kde4 and ruby-qt4.
Works fine for me.
Report
pierissimo
10 years ago
Thanks
Report
pierissimo
10 years ago
Report
rakoth
10 years ago
#cat ~/.config/plasma-widget-yanetload
---
device: eth0
font: Sans Serif
font_size: "10"
pattern: "#uv#um|#dv#dm#br#dtv#dtm"
minwidth: 110
Report
pierissimo
10 years ago
thanks
Report
rakoth
10 years ago
This message will appear only if "device" could not be read from config file(eg: empty in config or unreadable file). Other settings are not checked.
I just can't get this message.
Report
aray
10 years ago
What am I missing here?
Report
cician
10 years ago
Report
loray
10 years ago
Report
digitalone
10 years ago
Where can i find it?
Report
rakoth
10 years ago
and restart plasma-desktop
helped me to run this plasmoid on clean install.
Loray, try this too.
Report
loray
10 years ago
Report
Goamaus
10 years ago
it says it can not initialize the ruby-script-driver...
Report
rakoth
10 years ago
AFAIR this message means you need to install plasma-scriptengine-ruby
Don't know what about gentoo, but seems on my arch "kdeplasma-addons-libs" package is in charge for it.
Report
joethefox
10 years ago
Hope this can help.
Report
ext1
6 years ago
Report
rakoth
10 years ago
shadyabhi, is kdebindings-ruby really required? Added it anyway.
google01103, I'll think on pattern modification
Report
shadyabhi
10 years ago
Report
google01103
10 years ago
- use arrows for text (up, down)
- leave off the decimal points
- add color fonts (green=down, red=up)
Report