summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2020-04-01Update net-speed.shreuben honigwachs
Added the common prefix `enx` as possible string for interface detection. See https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/
2020-02-21Wrapper with the ability to add custom info in any positionIlya Bystrov
2017-01-02Consolidate measure speed script (#188)Moritz Warning
* remove old net speed scripts * add reworked net-speed script * add space between rate and speed suffix it is easier to parse visually * only use intervals greater zero * add ifaces examples * catch negativ byte count happens when the counter resets
2016-12-25Re-license contrib/netspeed to the same as i3status (#189)Zhong Jianxin
Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2016-01-21check_mail.py: more detailed report on IOErrorDmitrij D. Czarkoff
When user doesn't have permissions to access some file, he is better served by exact error message python recieved then by statement "not a mailbox".
2015-08-07Basic mail checker in pythonDmitrij D. Czarkoff
2015-04-04Basic XDG support and minor tweaks to the net-speed scriptDeiz
2015-03-16Add contrib/net-speedZhong Jianxin
A reimplementation of contrib/measure-net-speed.bash. - Single script - Compatible with most POSIX shells, tested with bash, dash, busybox ash - Auto detect interfaces - Does not write temp files
2013-02-27contrib: fix premature insetion of status message into JSONJiri Pinkava
Pass first 2 lines of JSON unmodified. It contains protocol version and start of block of blocks of status messages.
2012-08-12contrib: python version of the wrapperValentin Haenel
2012-08-04Import measure-net-speed bash scripts to contrib/Michael Stapelberg
2012-06-10add a small perl example wrapper script for i3status’s JSON outputMichael Stapelberg