Modeline configuration
This commit is contained in:
parent
7bb46b66db
commit
3835047619
@ -343,29 +343,36 @@ targets."
|
||||
"v" 'multi-vterm-other-window))
|
||||
|
||||
;; Better modeline? Better modeline.
|
||||
(use-package airline-themes
|
||||
:custom
|
||||
(airline-cursor-colors nil)
|
||||
(airline-display-directory t)
|
||||
(airline-eshell-colors nil)
|
||||
(airline-shortened-directory-length 20)
|
||||
;; (airline-utf-glyph-separator-left 9585)
|
||||
;; (airline-utf-glyph-separator-right 9586)
|
||||
(airline-utf-glyph-separator-left (string-to-char ""))
|
||||
(airline-utf-glyph-separator-right (string-to-char ""))
|
||||
;; (use-package airline-themes
|
||||
;; :custom
|
||||
;; (airline-cursor-colors nil)
|
||||
;; (airline-display-directory t)
|
||||
;; (airline-eshell-colors nil)
|
||||
;; (airline-shortened-directory-length 20)
|
||||
;; ;; (airline-utf-glyph-separator-left 9585)
|
||||
;; ;; (airline-utf-glyph-separator-right 9586)
|
||||
;; (airline-utf-glyph-separator-left (string-to-char ""))
|
||||
;; (airline-utf-glyph-separator-right (string-to-char ""))
|
||||
;; :config
|
||||
;; ;; (load-theme 'airline-kolor t)
|
||||
;; (load-theme 'airline-ravenpower t))
|
||||
(use-package doom-modeline
|
||||
:custom-face
|
||||
(mode-line
|
||||
((t
|
||||
(:box (:line-width 2 :style released-button)
|
||||
(:height (:inherit 'fixed-pitch))))))
|
||||
:config
|
||||
;; (load-theme 'airline-kolor t)
|
||||
(load-theme 'airline-ravenpower t))
|
||||
(use-package doom-modeline
|
||||
(:height (:inherit 'fixed-pitch))
|
||||
:height 80))))
|
||||
:custom
|
||||
(doom-modeline-unicode-fallback t)
|
||||
:init (doom-modeline-mode))
|
||||
|
||||
(use-package nyan-mode
|
||||
:custom
|
||||
(nyan-cat-face [[""]])
|
||||
(nyan-cat-face-number 0)
|
||||
:init (nyan-mode))
|
||||
;; (string-to-char "")
|
||||
|
||||
;; Custom Theme.
|
||||
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
||||
|
Loading…
Reference in New Issue
Block a user