guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63454: [PATCH] gnu: Add tmux-plugin-mem-cpu-load.


From: Ludovic Courtès
Subject: bug#63454: [PATCH] gnu: Add tmux-plugin-mem-cpu-load.
Date: Fri, 02 Jun 2023 16:25:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/tmux.scm (tmux-plugin-mem-cpu-load): New variable.

Applied with the changes below, thanks!

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index d1587ed58e..55b7c7a498 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -334,13 +334,13 @@ (define-public tmux-plugin-mem-cpu-load
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (synopsis "CPU, RAM, and load monitor for use with tmux")
-    (description "A simple, lightweight program for system monitoring in the
-status line of tmux.
+    (description "This package provides a lightweight program for system
+monitoring in the status line of tmux.
 
 The memory monitor displays the used and available memory.
 
-The CPU usage monitor outputs a percent CPU usage over all processors. It also
-displays a textual bar graph of the current percent usage.
+The CPU usage monitor outputs a percent CPU usage over all processors.  It
+also displays a textual bar graph of the current percent usage.
 
 The system load average is also displayed.")
     (home-page "https://github.com/thewtex/tmux-mem-cpu-load";)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]