0ry0n / Resource_Monitor

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.
https://extensions.gnome.org/extension/1634/resource-monitor/
GNU General Public License v3.0
153 stars 21 forks source link

open with another resource monitor #48

Closed cic-hc closed 2 years ago

cic-hc commented 2 years ago

I want to open with another resource monitor : https://aur.archlinux.org/packages/system-monitoring-center

i've tried to edit these files:

~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n grep -Ri system-monitoring-cente *

prefs.js: let leftClick = new RadioButtonRow(this._settings, LEFT_CLICKSTATUS, [('Launch GNOME System Monitor'), _('Launch GNOME Usage')], ['/usr/bin/system-monitoring-center', 'gnome-usage']);

schemas/com.github.Ory0n.Resource_Monitor.gschema.xml: "/usr/bin/system-monitoring-center"

none of these changes works. Any ideas?