Skip to content

stsdc/monitor

dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 22, 2023 19:06
February 22, 2023 13:54
po
October 22, 2022 13:43
src
March 9, 2023 17:07
February 18, 2023 19:22
November 4, 2022 23:47
February 7, 2023 17:15
November 7, 2021 23:43
August 18, 2017 12:40
February 19, 2023 23:03
March 4, 2023 14:04
December 18, 2021 19:50
February 7, 2023 17:15

Monitor

Manage processes and monitor system resources

Buy Me A Coffee Release GitHub Workflow Status

Monitor Screenshot Monitor Screenshot Monitor Screenshot

Install

elementary os 6 and 6.1

If you have never added a PPA on your system before, you might need to run this command first:

sudo apt install -y software-properties-common

Add the PPA of Monitor and then install it:

sudo add-apt-repository ppa:stsdc/monitor
sudo apt install com.github.stsdc.monitor

Monitor will then be available from the Applications menu.

Fedora (36)

sudo dnf copr enable stsdc/monitor 
sudo dnf install com.github.stsdc.monitor

Development

Install dependencies

  • meson
  • appstream
  • debhelper (>= 9)
  • libgtk-3-dev
  • libglib2.0-dev
  • valac (>= 0.26)
  • libgranite-dev (>= 5.2.0)
  • libwnck-3-dev
  • libgtop2-dev
  • libwingpanel-3.0-dev
  • libhandy-1-dev
  • libudisks2-dev
  • libxnvctrl0
  • libxnvctrl-dev
  • libcurl4-gnutls-dev
  • libjson-glib-dev
  • sassc

Clone, Build & Install

  1. Clone:

    git clone --recursive https://github.com/stsdc/monitor
    cd monitor
  2. To build with the wingpanel indicator:

    meson builddir --prefix=/usr -Dindicator-wingpanel=enabled

    Alternatively, to build without the wingpanel indicator:

    meson builddir --prefix=/usr
  3. Install:

    cd builddir
    sudo ninja install

Debug logging

G_MESSAGES_DEBUG=all GTK_DEBUG=interactive com.github.stsdc.monitor