yutent 7f7dbc7364 fixed 2022-08-24 09:11:40 +08:00
icons change icons 2022-08-23 17:28:45 +08:00
panel-plugin update info 2022-08-23 19:49:41 +08:00
po change icons 2022-08-23 17:28:45 +08:00
.gitignore update 2022-08-23 14:28:10 +08:00
AUTHORS fixed 2022-08-23 11:20:35 +08:00
COPYING remove some files 2022-08-22 16:24:16 +08:00
Makefile.am Fix some autotools warnings 2017-06-08 11:21:52 +02:00
NEWS fixed 2022-08-23 11:20:35 +08:00
README.md fixed 2022-08-24 09:11:40 +08:00
autogen.sh Update build environment 2014-11-02 16:10:40 +01:00
configure.ac.in rename to xfce4-netload-plugin 2022-08-22 16:28:56 +08:00

README.md

XFce4 Speed plugin

一个显示当前网速的小插件, forkxfce4-netload-plugin

与原版的区别有:

  1. 样式调整
  2. 删除鼠标悬浮信息中的流量统计
  3. 移除非linux的适配代码
  4. 移除en_GB, zh_CN, zh_TW以外的语言包
  5. 默认显示网速, 不显示柱形图, 不显示LABEL, 默认使用颜色样式
  6. 默认更新频率调整为1秒

包管理器安装

apt install xfce4-speed-plugin

编译安装

./autogen.sh
make
make install

C 96%
Makefile 3.5%
Shell 0.5%