Battery time in modeline

This commit is contained in:
Marcel Kapfer 2018-12-08 18:48:37 +01:00
parent 16d1bcb35f
commit 4524062107
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 10 additions and 2 deletions

View File

@ -1385,11 +1385,19 @@ signature-file is the path to the file which contains the signature."
;; Powerline theme from Spacemacs
(use-package spaceline)
;; fancy-battery
;; Fancy battery display
(use-package fancy-battery
:after spaceline
:config (fance-battery-mode))
;; spaceline-all-the-icons
;; A Spaceline Mode Line theme using All The Icons
(use-package spaceline-all-the-icons
:after spaceline
:config (spaceline-all-the-icons-theme))
:after fancy-battery
:config
(spaceline-all-the-icons-theme)
(spaceline-toggle-all-the-icons-battery-status-on))
;; Doom theme
;; https://github.com/hlissner/emacs-doom-themes