mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add emacs-fancy-battery.
* gnu/packages/emacs-xyz.scm (emacs-fancy-battery): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
46886728a7
commit
f869ad42e4
1 changed files with 22 additions and 0 deletions
|
@ -15461,6 +15461,28 @@ (define-public emacs-add-hooks
|
|||
duplicate hook and function names further into a single declarative call.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-fancy-battery
|
||||
(package
|
||||
(name "emacs-fancy-battery")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/fancy-battery")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05lwcwf412m717yhwpjrswqkm8c3i7391rmiwv2k8xc1vk6dpp4g"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacsorphanage/fancy-battery")
|
||||
(synopsis "Display battery status in Emacs mode line")
|
||||
(description "This package provides @code{fancy-battery-mode} which is
|
||||
like the built-in @code{display-battery-mode}, but more fancy. It just the
|
||||
remaining time, uses colours to indicate the status of the battery, and is
|
||||
more customizable.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public emacs-fancy-narrow
|
||||
(package
|
||||
(name "emacs-fancy-narrow")
|
||||
|
|
Loading…
Reference in a new issue