diff options
author | Leo C <leoc@gmx.com> | 2017-12-17 18:28:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-17 18:28:54 +0700 |
commit | c0ad493166d24f0b787e1cca38573c7713ec5e07 (patch) | |
tree | ce0f9496afba8612cd8163294eee32155f2716e7 /system/multiload-ng/README | |
parent | 913d540615caf6baf0d31ff0b1e8c484e37a7505 (diff) | |
download | slackbuilds-c0ad493166d24f0b787e1cca38573c7713ec5e07.tar.gz |
system/multiload-ng: Added (A modern graphical system monitor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/multiload-ng/README')
-rw-r--r-- | system/multiload-ng/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/multiload-ng/README b/system/multiload-ng/README new file mode 100644 index 0000000000..5b5a6effee --- /dev/null +++ b/system/multiload-ng/README @@ -0,0 +1,22 @@ +Multiload-ng is a near-complete rewrite of the old GNOME multiload +applet that aims to support *every* existing panel. + +Note: upstream defaults are + - build against GTK+3 + - build the standalone application + - do not build the lxpanel plugin + - do not build the mate panel plugin + - build the generic system tray plugin + - build the xfce4 panel plugin + +any of these may be overridden by passing its corresponding parameter to +the script, i. e. + - GTK=2 + - STANDALONE=no + - LXPANEL=yes + - MATE=yes + - SYSTRAY=no + - XFCE4=no + +for example + GTK=2 LXPANEL=yes ./multiload-ng.SlackBuild |