
Nymph System Monitor (PL & EN) (BW & WB)
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
Nymph Polish and English Version, based on Light and Linux-look.
Displays system, procesor, memory, hdd, network info + amarok control.
To change colors edit Nymph*.theme, coment two lines under B&W section and uncoment two lines under W&B section.
13 years ago
I changed network section. Now it works correctly with WI-FI
13 years ago
I changed network section. Now it works correctly with WI-FI
lingenfr
13 years ago
Report
lingenfr
13 years ago
HD is not monitoring the right mount points. I don't have windows. I want /, /home, and /media/IPOD.
IP address is NAT address of my router rather than the wireless adapter of my machine
The Amarok image is twice the size of image area and overlays the buttons.
Report
raghnarroog
13 years ago
With regards to Amarok, you have to change
cover size to 60px in Amarok's configuation.
You can display proper IP, using some file where the information about IP is contained. But I don't know witch file,
upss :/
PS. Sorry for my english. I hope you'll manage to understand anything.
Report
lingenfr
13 years ago
I made the change in Amarok. It is under Settings>Configure Amarok>General if anyone wants to know.
I still can't figure out how to get my IP. My wireless card is on eth1. Of course ifconfig eth1 shows it, but I don't know how to parse it out. I thought I had found it with hostname -i, but unfortunately that returns 127.0.0.1. How useless. Anyone have any ideas?
Thanks for the help.
Report
raghnarroog
13 years ago
text x=90 y=510 sensor=program program="rm -rf .temp ; mkdir .temp ; cd .temp ; wget http://checkip.dyndns.org/index.html && cat index.html | cut -d ' ' -f 6 | cut -d '<' -f 1 ; cd .. ; rm -rf .temp"
to this:
text x=90 y=510 sensor=program program="ifconfig | grep inet\ addr | head -n 1 | cut -b 21-33 | sed -e 's/.*: //'"
Don't know if you want display exactly this IP but it's only idea. Also it may depends of your configuration.
Report
Jurek
13 years ago
Report
Jurek
13 years ago
Report
raghnarroog
13 years ago
Mozna ja zmnienic edytujac w NymphPL.theme linijke
defaultfont font="Sans serif"
Report
sachins
13 years ago
Btw can you provide a link to the wallpaper you are using? I just loved it
Report
raghnarroog
13 years ago
Wallpaper is here: http://hanf.macht-locker.de/true-nature.png
Report
sachins
13 years ago
Report
raghnarroog
13 years ago
I uploaded it here:
http://rapidshare.com/files/67623144/true-nature.png.html
Report