Prefer telephone-line to doom-modeline
After growing frustrated with doom-modeline's compatibility with my EXWM setup, I decided to borrow @tazjin's setup, which I find to be much more appealing.
This commit is contained in:
parent
eb1af216cf
commit
7d9cfdbc41
3 changed files with 67 additions and 4 deletions
|
|
@ -15,6 +15,7 @@
|
|||
(require 'themes)
|
||||
(require 'device)
|
||||
(require 'laptop-battery)
|
||||
(require 'modeline)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Configuration
|
||||
|
|
@ -175,9 +176,7 @@
|
|||
;; Load a theme
|
||||
(themes/set "Solarized Light")
|
||||
|
||||
;; Use the Doom modeline
|
||||
(use-package 'doom-modeline)
|
||||
(doom-modeline-mode 1)
|
||||
(modeline/setup)
|
||||
|
||||
(provide 'wpc-ui)
|
||||
;;; wpc-ui.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue