Description: Displays icons showing if a network device is connected or not.
Written in Python with a configure dialog and rc file handling.
Reads /proc/net/dev to detect if interface is available at settable intervals.
Interface can be any string.
Can also run "ifconfig" on interface to detect if "RUNNING".
Icons are a green dot for available and transparent black circle for not available.
You can change the icons by: download ifstatus-0.1.zip mkdir ifstatus cd ifstatus unzip ../ifstatus-0.1.zip inkscape contents/images/down.svg inkscape contents/images/up.svg zip -r ../ifstatus-0.1.zip . cd .. plasmapkg -u ifstatus-0.1.zip
Ratings & Comments
0 Comments