mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add sbcl-stumpwm-battery-portable.
* gnu/packages/wm.scm (sbcl-stumpwm-battery-portable): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
8156216b4a
commit
8aa104752c
1 changed files with 20 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2022 muradm <mail@muradm.net>
|
||||
;;; Copyright © 2022 Elais Player <elais@fastmail.com>
|
||||
;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
|
||||
;;; Copyright © 2022, 2023 Trevor Richards <trev@trevdev.ca>
|
||||
;;; Copyright © 2022 Fredrik Salomonsson <plattfot@posteo.net>
|
||||
;;; Copyright © 2022 ( <paren@disroot.org>
|
||||
;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
|
||||
|
@ -2358,6 +2358,25 @@ (define-public sbcl-stumpwm-notify
|
|||
by default.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public sbcl-stumpwm-battery-portable
|
||||
(package
|
||||
(inherit stumpwm-contrib)
|
||||
(name "sbcl-stumpwm-battery-portable")
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-cl-ppcre
|
||||
(list stumpwm "lib")))
|
||||
(arguments
|
||||
'(#:asd-systems '("battery-portable")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "modeline/battery-portable"))))))
|
||||
(synopsis "Battery level indicator for StumpWM")
|
||||
(description "This module provides a battery level indicator for the
|
||||
modeline. It can be displayed in the modeline with %B.")
|
||||
(license (list license:expat license:gpl3+))))
|
||||
|
||||
(define-public lemonbar
|
||||
(package
|
||||
(name "lemonbar")
|
||||
|
|
Loading…
Reference in a new issue