[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: Add waybar-cpu-histogram.
From: |
guix-commits |
Subject: |
10/11: gnu: Add waybar-cpu-histogram. |
Date: |
Thu, 6 Oct 2022 10:11:03 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 53e086c5c6ec9988f08bf7072c26030237dbd890
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Sun Sep 18 00:04:17 2022 +0000
gnu: Add waybar-cpu-histogram.
* gnu/packages/wm.scm (waybar-cpu-histogram): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/wm.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5699e42540..af406ed2ed 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Elais Player <elais@fastmail.com>
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
+;;; Copyright © 2022 Fredrik Salomonsson <plattfot@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1753,6 +1754,34 @@ display a clock or apply image manipulation techniques
to the background image."
Wlroots based compositors.")
(license license:expat))) ; MIT license
+(define-public waybar-cpu-histogram
+ (package
+ (name "waybar-cpu-histogram")
+ (version "0.4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~plattfot/waybar-cpu-histogram")
+ (commit (string-append version))))
+ (sha256
+ (base32
+ "001pyf1jdmf2478plnggd7dkfi688qwi89db2jwfp4zza3640na6"))
+ (file-name (git-file-name name version))))
+ (build-system meson-build-system)
+ (native-inputs
+ (list pkg-config))
+ (inputs
+ (list jsoncpp
+ fmt))
+ (synopsis "CPU histogram for waybar")
+ (description
+ "Custom module for waybar to show CPU usage as a histogram. A compact way
+to see how many cores are active, compared to having a bar for each
+core/thread.")
+ (home-page "https://github.com/plattfot/cpu-histogram/")
+ (license license:expat)))
+
(define-public wlr-randr
(package
(name "wlr-randr")
- branch master updated (b86867417f -> 5b42b64ea8), guix-commits, 2022/10/06
- 07/11: gnu: Add r-gldex., guix-commits, 2022/10/06
- 10/11: gnu: Add waybar-cpu-histogram.,
guix-commits <=
- 03/11: gnu: Add rust-os-pipe-0.8., guix-commits, 2022/10/06
- 02/11: gnu: Add rust-greetd-ipc-0.8., guix-commits, 2022/10/06
- 09/11: gnu: libdaemon: Fix targeting riscv64., guix-commits, 2022/10/06
- 04/11: gnu: Add wlgreet., guix-commits, 2022/10/06
- 08/11: gnu: Add discregrid., guix-commits, 2022/10/06
- 01/11: gnu: plink: Change origin URL., guix-commits, 2022/10/06
- 05/11: gnu: Add cpass., guix-commits, 2022/10/06
- 06/11: gnu: Add r-spacefillr., guix-commits, 2022/10/06
- 11/11: doc: Fix missing package name., guix-commits, 2022/10/06