yutent ccc06aecda update readme 2022-08-22 16:06:02 +08:00
icons Add new icons and switch to rDNS naming 2021-03-10 16:30:12 +01:00
panel-plugin Check if ip_address string is non-empty 2021-08-09 15:31:30 +05:30
po I18n: Update translation be (100%). 2022-05-07 00:53:41 +02:00
.gitignore Update `.gitignore` 2021-02-01 23:08:53 +01:00
.gitlab-ci.yml Add basic GitLab pipeline 2020-06-25 11:37:02 +02:00
AUTHORS Clean up 2010-12-08 01:25:04 +09:00
COPYING Update COPYING 2022-03-17 08:48:32 -07:00
Makefile.am Fix some autotools warnings 2017-06-08 11:21:52 +02:00
NEWS Updates for release 2021-03-10 17:17:36 +01:00
README update readme 2022-08-22 16:06:02 +08:00
autogen.sh Update build environment 2014-11-02 16:10:40 +01:00
configure.ac.in Back to development 2021-03-10 17:18:23 +01:00

README

# XFce4 Speed plugin

一个显示当前网速的小插件, `fork`于 [xfce4-netload-plugin](https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin.git)。


### 与原版的区别有:

1. 样式调整
2. 删除鼠标悬浮信息中的流量统计


## 包管理器安装

```bash
apt install xfce4-speed-plugin
```

### 编译安装

```bash
./autogen.sh
make
make install

```
C 96%
Makefile 3.5%
Shell 0.5%