nc-indicators: CPU load and memory usage indicators for i3bar

[ apache, program, system ] [ Propose Tags ]

nc-indicators displays a CPU load and memory usage mini-graphs in your i3bar, much like Gnome's indicator-multiload applet.

To use nc-indicators simply exec it on startup:

exec --no-startup-id nc-indicators

You can turn off either indicator and change the update interval, eg.:

exec --no-startup-id nc-indicators --show_mem=0 --update_interval=300

nc-indicators uses the standard system tray icon protocol, so it can be used with any system tray-like application, not just i3bar. But it was originally created to be used with i3bar.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3
Dependencies array (>=0.4), attoparsec (>=0.10), base (>=4.6 && <5), bytestring (>=0.10), containers (>=0.5), gtk (>=0.12), hflags (>=0.4), lens (>=3.10), pipes (>=4.0), stm (>=2.4), unix (>=2.6) [details]
License Apache-2.0
Author Mihaly Barasz, Gergely Risko
Maintainer Mihaly Barasz <klao@nilcons.com>, Gergely Risko <errge@nilcons.com>
Category System
Home page https://github.com/nilcons/nc-indicators/issues
Bug tracker https://github.com/nilcons/nc-indicators/issues
Source repo head: git clone https://github.com/nilcons/nc-indicators.git
Uploaded by MihalyBarasz at 2014-02-17T14:44:13Z
Distributions NixOS:0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables nc-indicators
Downloads 2505 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-18 [all 6 reports]

Readme for nc-indicators-0.1

[back to package description]

CPU load and memory usage indicators

nc-indicators displays a CPU load and memory usage mini-graphs in your i3bar, much like Gnome's indicator-multiload applet.

To use nc-indicators simply exec it on startup:

exec --no-startup-id nc-indicators

You can turn off either indicator and change the update interval, eg.:

exec --no-startup-id nc-indicators --show_mem=0 --update_interval=300

nc-indicators uses the standard system tray icon protocol, so it can be used with any system tray-like application, not just i3bar. But it was originally created to be used with i3bar.