
Interface Status
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
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
Installation: plasmapkg -i ifstatus-0.1.zip
Removal: plasmapkg -r ifstatus-0.1.zip
Please login or register to add a comment or rating