|
1 | | -# lfxNet |
2 | 1 |
|
3 | | -<p align="right"><br><a href="README.en_US.md">English</a> | <a href="README.md">简体中文</a> | <a href="README.zh_TW.md">繁體中文</a></p> |
4 | | - |
5 | | -     |
6 | | - |
7 | | -    |
8 | | - |
9 | | -<br> |
10 | | - |
11 | | -> `lfxNet` is a lightweight, fast application that displays system resource information in real time. |
12 | | -
|
13 | | -<img src="docs/lfxMonitorNetHor.gif" alt="lfxMonitorNetHor" width="65%"> <img src="docs/lfxMonitorNetVer.gif" alt=" lfxMonitorNetVer" width="30%"> |
14 | | - |
15 | | -<br> |
16 | | - |
17 | | -## directory |
18 | | - |
19 | | -- [Background](#Background) |
20 | | -- [Compile](#Compile) |
21 | | -- [Download](#Download) |
22 | | -- [Author](#Author) |
23 | | -- [Acknowledgements](#Acknowledgements) |
24 | | -- [License](#License) |
25 | | - |
26 | | -<br> |
27 | | - |
28 | | -### Background |
29 | | - |
30 | | - I love `DDE`, I am a `Deepin` lover and one of the developers. The project was born because I was used to a taskbar speed plugin on other systems, but there was nothing similar on `Deepin/UOS`. |
31 | | - |
32 | | -<br> |
33 | | - |
34 | | - Provide a desktop fixed transparent window on `Linux`, `Windows`, `MacOS`, so that this window coordinates with the system desktop and can display the active status of internet speed, CPU, memory, disk, etc. in real time. Also available separately for `Win10` and `DDE (for lfxMonitorNet)` is the Taskbar Realtime Internet Speed plugin. |
35 | | - |
36 | | -<br> |
37 | | - |
38 | | -**lfxNet:** Create a `CPU` usage-rate transparent window fixed to the desktop (not open by default) |
39 | | - |
40 | | -<img src="docs/RunWindow.gif" alt="RunWindow" width="40%"> |
41 | | - |
42 | | -<br> |
43 | | - |
44 | | -**lfxMonitorNet:** |
45 | | - |
46 | | -> **For detailed demonstration and running results, see 💘 [README](https://github.com/xmuli/lfxNet/tree/master/dde-dock-plugin)** |
47 | | -
|
48 | | - is a refactored version of [lfxspeed](https://github.com/xmuli/lfxspeed), at first, it was only for self-use to check the real-time network speed, then it was open-sourced in the community and people liked it, so I was very happy; then I decided to refactor and extend it to [lfxNet](https://github.com/xmuli/lfxsNet), the goal is to first write it for general purpose `Linux`, and then extend it to `Win` and `Mac` platforms at leisure, to display network speed, CPU, MEM and other information. |
49 | | - |
50 | | -<img src="docs/DockSetting.png" alt="DockSetting" width="80%"> |
51 | | - |
52 | | -<br> |
53 | | - |
54 | | -### Compile |
55 | | - |
56 | | -After picking into the source directory, execute. |
57 | | - |
58 | | -```bash |
59 | | -sudo apt install g++ cmake libqt5*-dev libdtk{core,widget,gui}-dev dde-dock-dev # dependencies |
60 | | - |
61 | | -mkdir build && cd build # compile |
62 | | -cmake ... |
63 | | -make -j16 |
64 | | - |
65 | | -sudo make install # Install |
66 | | -``` |
67 | | - |
68 | | -**Note:** If it doesn't work, run `killall dde-dock` to restart the taskbar and it will take effect |
69 | | - |
70 | | -<br> |
71 | | - |
72 | | -If it helped you, <font color=#FE7207 size=4 face="幼圆"> can click on the project’s <img src="https://raw.githubusercontent.com/touwoyimuli/FigureBed/master/project_log/20190709023321.png" height="18" width="18"/> **Star** and <img src="https://raw.githubusercontent.com/touwoyimuli/FigureBed/master/project_log/20190709023317.png" height ="18" width="18"/> **Fork**’s two icons are convenient for raising your hands. It’s quite a thumbs-up.</font> There is a fragrance in your hand. |
73 | | - |
74 | | -<br> |
75 | | - |
76 | | -### Download |
77 | | - |
78 | | -You can compile and install by executing the command yourself, or download the corresponding platform installer to install: [address](https://github.com/xmuli/lfxNet/releases/tag/v0.9.2) |
79 | | - |
80 | | -<br> |
81 | | - |
82 | | -### Author |
83 | | - |
84 | | -[偕臧](https://github.com/xmuli) |
85 | | - |
86 | | -<br> |
87 | | - |
88 | | -### Acknowledgements |
89 | | - |
90 | | -[流年匆忙](https://github.com/justforlxz) 、 [zccrs](https://github.com/zccrs) |
91 | | - |
92 | | -<br> |
93 | | - |
94 | | -### License |
95 | | - |
96 | | -<img src="docs/MIT.png" alt="MIT" width="15%"> |
97 | | - |
98 | | -This project is distributed and used based on the `MIT` protocol. For more information, see [LICENSE ](/LICENSE). |
0 commit comments