|
1 | 1 | # Resource_Monitor |
2 | | -Resource_Monitor is a Gnome Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in gnome shell top bar. |
| 2 | +Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME shell top bar. |
3 | 3 |
|
4 | 4 | # Screenshots |
5 | | - |
| 5 | + |
| 6 | + |
| 7 | +# GNOME Shell versions supported |
| 8 | +**3.28, 3.30, 3.32, 3.34, 3.36, 3.38** |
6 | 9 |
|
7 | 10 | # How-To Install |
8 | 11 | ## Download |
9 | 12 | You can get this extension: |
10 | 13 |
|
11 | | -- From [Gnome Extensions](https://extensions.gnome.org/extension/1634/resource-monitor/). |
12 | | -- Downloading the latest [Release](https://github.com/Ory0n/Resource_Monitor/releases) released on GitHub. |
13 | | -- Cloning the [Master](https://github.com/Ory0n/Resource_Monitor/tree/master) repository. |
| 14 | +- From [GNOME Extensions](https://extensions.gnome.org/extension/1634/resource-monitor/). |
| 15 | +- Downloading the latest [Release](https://github.com/0ry0n/Resource_Monitor/releases) released on GitHub. |
| 16 | +- Cloning the [Master](https://github.com/0ry0n/Resource_Monitor/tree/master) repository. |
14 | 17 | ## Install |
15 | 18 | ### Using the latest release |
16 | 19 | 1. Unzip the file `Resource_Monitor-x.zip`. |
17 | | -2. Move the `Resource_Monitor-x` folder to `~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n`. |
18 | | -3. Activate the extensions with Gnome Extensions. |
| 20 | +2. Open `Resource_Monitor-x` folder. |
| 21 | +3. Move `Resource_Monitor@Ory0n` folder to `~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n`. |
| 22 | +4. Activate the extensions with Gnome Extensions. |
19 | 23 |
|
20 | 24 | For example... |
21 | 25 | ``` |
22 | 26 | unzip Resource_Monitor-x.zip |
23 | | -mv Resource_Monitor-x ~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n |
| 27 | +cd Resource_Monitor-x |
| 28 | +mv Resource_Monitor@Ory0n ~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n |
24 | 29 |
|
25 | 30 | gnome-extensions enable Resource_Monitor@Ory0n |
26 | 31 | ``` |
27 | 32 |
|
28 | 33 | ### Cloning the repository |
29 | 34 | 1. Clone the Master repository. |
30 | | -2. Move the `Resource_Monitor` folder to `~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n`. |
31 | | -3. Activate the extensions with Gnome Extensions. |
| 35 | +2. Open `Resource_Monitor` folder. |
| 36 | +3. Move `Resource_Monitor@Ory0n` folder to `~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n`. |
| 37 | +4. Activate the extensions with Gnome Extensions. |
32 | 38 |
|
33 | 39 | For example... |
34 | 40 | ``` |
35 | | -git clone https://github.com/Ory0n/Resource_Monitor |
36 | | -mv Resource_Monitor ~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n |
| 41 | +git clone https://github.com/0ry0n/Resource_Monitor |
| 42 | +cd Resource_Monitor |
| 43 | +mv Resource_Monitor@Ory0n ~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n |
37 | 44 |
|
38 | 45 | gnome-extensions enable Resource_Monitor@Ory0n |
39 | 46 | ``` |
40 | 47 | Might require a Gnome restart. Press `ALT+F2` and type `r` and hit enter. |
41 | 48 |
|
42 | | -# General Settings |
43 | | - |
44 | | - |
45 | | -- **Refresh Time:** Choose the refresh interval, from 1 to 30 seconds. |
46 | | -- **Display Icons:** Display or hide the icons. |
47 | | -- **Display Decimals:** Display or hide decimal numbers. |
48 | | -- **System Monitor:** Show or not Gnome System Monitor when clicking on extension. |
49 | | -- **Display Cpu:** Display or hide the Cpu field. |
50 | | -- **Modify Width Cpu:** Resize the Cpu field. |
51 | | -- **Display Ram:** Display or hide the Ram field. |
52 | | -- **Modify Width Ram:** Resize the Ram field. |
53 | | -- **Display Disk:** Display or hide the Disk field. |
54 | | -- **Chose Disk:** Lets you choose the drive or memory partition to monitor. |
55 | | -- **Modify Width Disk:** Resize the Disk field. |
56 | | -- **Auto Hide Net:** If enabled, it automatically hides the unused network interface field. |
57 | | -- **Display Eth:** Display or hide the Ethernet field. |
58 | | -- **Modify Width Eth:** Resize the Eth field. |
59 | | -- **Display Wlan:** Display or hide the Wlan field. |
60 | | -- **Modify Width Wlan:** Resize the Wlan field. |
61 | | - |
62 | | - |
| 49 | +# Preferences |
| 50 | + |
| 51 | + |
| 52 | + |
63 | 53 |
|
64 | 54 | # Bug Reporting |
65 | | -Use the GitHub [Issues](https://github.com/Ory0n/Resource_Monitor/issues) tracker to report issues or ask for features. |
| 55 | +Use the GitHub [Issues](https://github.com/0ry0n/Resource_Monitor/issues) tracker to report issues or ask for features. |
66 | 56 |
|
67 | 57 | # Change Log |
| 58 | +**version 11 (Apr 1, 2021)** |
| 59 | +- Added new better icons. |
| 60 | +- Changed the detection of network devices via signals. |
| 61 | +- Added disks space monitoring. |
| 62 | +- Added the ability to show multiple disks at the same time. |
| 63 | +- Added backward compatibility with gnome 3.28, 3.30 |
| 64 | +- Added the position of icons. |
| 65 | +- Added swap monitoring: thanks to @henrique3g |
| 66 | +- Removed deprecated functions. |
| 67 | + |
68 | 68 | **version 10 (Nov 21, 2020)** |
69 | 69 | - Ram fix. |
70 | 70 | - Added show or not Gnome System Monitor when clicking on extension. |
@@ -106,7 +106,7 @@ Use the GitHub [Issues](https://github.com/Ory0n/Resource_Monitor/issues) tracke |
106 | 106 | - Initial release. |
107 | 107 |
|
108 | 108 | # Authors |
109 | | -- **Giuseppe Silvestro** - *Initial work* - [Ory0n](https://github.com/Ory0n) |
| 109 | +- **Giuseppe Silvestro** - *Initial work* - [0ry0n](https://github.com/0ry0n) |
110 | 110 |
|
111 | 111 | # License |
112 | | -This project is licensed under the GNU GPL-3.0 License - see the [LICENSE.md](https://github.com/Ory0n/Resource_Monitor/blob/master/LICENSE) file for details. |
| 112 | +This project is licensed under the GNU GPL-3.0 License - see the [LICENSE.md](https://github.com/0ry0n/Resource_Monitor/blob/master/LICENSE) file for details. |
0 commit comments