Skip to content

Manage processes and monitor system resources.

License

Notifications You must be signed in to change notification settings

IhorHordiichuk/monitor

 
 

Repository files navigation

Monitor

Manage processes and monitor system resources

Release GitHub Workflow Status

Monitor Screenshot Monitor Screenshot

Install

elementary os 6 and 6.1

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

Fedora (34)

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

Development

Install dependencies

  • valac
  • libgtk-3-dev
  • libgranite-dev (>= 5.2.0)
  • libwnck-3-dev
  • libgtop2-dev
  • libwingpanel-3.0-dev
  • libhandy-1-dev
  • libudisks2-dev
  • meson
  • sassc

Clone, Build & Install

  • git clone --recursive https:/stsdc/monitor
  • cd monitor
  • meson builddir --prefix=/usr or meson builddir --prefix=/usr -Dindicator-wingpanel=enabled
  • cd builddir
  • sudo ninja install

Debug

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

About

Manage processes and monitor system resources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 93.9%
  • Meson 2.9%
  • SCSS 1.9%
  • Python 1.3%