update readme

master
yutent 2022-08-22 16:06:02 +08:00
parent fbbfe93cd0
commit ccc06aecda
1 changed files with 15 additions and 33 deletions

48
README
View File

@ -1,43 +1,25 @@
XFce4 Netload plugin # XFce4 Speed plugin
--------------------
- A netload plugin for the Xfce4 desktop environment -- http://www.xfce4.org - 一个显示当前网速的小插件, `fork`于 [xfce4-netload-plugin](https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin.git)。
https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start
Following operating systems are supported: ### 与原版的区别有:
* Linux 1. 样式调整
* FreeBSD, NetBSD, OpenBSD 2. 删除鼠标悬浮信息中的流量统计
* Sun Solaris
* HP_UX
* MacOS X
* GNU/kFreeBSD
I have only Linux installed so I can test only on Linux. If you encounter any
problems on other operating systems (or on Linux, of course) feel free to send
me an e-mail. If you have a patch to fix it it would be better.
The code for the plugin is based on the sample-plugin from Benedikt Meurer and ## 包管理器安装
on the xfce4-systemload-plugin from Riccardo Persichetti. The layout is the same
as the systemload-plugin. This made programming very easy and looks good, too.
The netload code is based on wormulon (a command-line util) from Hendrik Scholz. ```bash
You find this program at http://www.raisdorf.net/wormulon/. apt install xfce4-speed-plugin
```
I'm not planning making much improvements in the future so if you want to take ### 编译安装
over developement, just drop me a note. I just programmed it because I needed it
but I plan to maintain it so that it's running with the most current stable
release of Xfce.
If you have translations for your language, please mail me. I'll include it in ```bash
the distribution! ./autogen.sh
make
And remember: make install
Interoperability is the keyword, uniformity is a dead end.
-- Olivier Fourdan <fourdan@xfce.org> (founder of Xfce project)
Have a lot of fun ...
Bernhard <bernhard.walle@gmx.de>
```