Battery time in modeline
This commit is contained in:
parent
16d1bcb35f
commit
4524062107
1 changed files with 10 additions and 2 deletions
|
@ -1385,11 +1385,19 @@ signature-file is the path to the file which contains the signature."
|
||||||
;; Powerline theme from Spacemacs
|
;; Powerline theme from Spacemacs
|
||||||
(use-package spaceline)
|
(use-package spaceline)
|
||||||
|
|
||||||
|
;; fancy-battery
|
||||||
|
;; Fancy battery display
|
||||||
|
(use-package fancy-battery
|
||||||
|
:after spaceline
|
||||||
|
:config (fance-battery-mode))
|
||||||
|
|
||||||
;; spaceline-all-the-icons
|
;; spaceline-all-the-icons
|
||||||
;; A Spaceline Mode Line theme using All The Icons
|
;; A Spaceline Mode Line theme using All The Icons
|
||||||
(use-package spaceline-all-the-icons
|
(use-package spaceline-all-the-icons
|
||||||
:after spaceline
|
:after fancy-battery
|
||||||
:config (spaceline-all-the-icons-theme))
|
:config
|
||||||
|
(spaceline-all-the-icons-theme)
|
||||||
|
(spaceline-toggle-all-the-icons-battery-status-on))
|
||||||
|
|
||||||
;; Doom theme
|
;; Doom theme
|
||||||
;; https://github.com/hlissner/emacs-doom-themes
|
;; https://github.com/hlissner/emacs-doom-themes
|
||||||
|
|
Loading…
Reference in a new issue