Modeline configuration

This commit is contained in:
MitchMarq42 2022-08-08 06:36:06 -08:00
parent 7bb46b66db
commit 3835047619

View File

@ -343,29 +343,36 @@ targets."
"v" 'multi-vterm-other-window)) "v" 'multi-vterm-other-window))
;; Better modeline? Better modeline. ;; Better modeline? Better modeline.
(use-package airline-themes ;; (use-package airline-themes
:custom ;; :custom
(airline-cursor-colors nil) ;; (airline-cursor-colors nil)
(airline-display-directory t) ;; (airline-display-directory t)
(airline-eshell-colors nil) ;; (airline-eshell-colors nil)
(airline-shortened-directory-length 20) ;; (airline-shortened-directory-length 20)
;; (airline-utf-glyph-separator-left 9585) ;; ;; (airline-utf-glyph-separator-left 9585)
;; (airline-utf-glyph-separator-right 9586) ;; ;; (airline-utf-glyph-separator-right 9586)
(airline-utf-glyph-separator-left (string-to-char "")) ;; (airline-utf-glyph-separator-left (string-to-char ""))
(airline-utf-glyph-separator-right (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 :custom-face
(mode-line (mode-line
((t ((t
(:box (:line-width 2 :style released-button) (:box (:line-width 2 :style released-button)
(:height (:inherit 'fixed-pitch)))))) (:height (:inherit 'fixed-pitch))
:config :height 80))))
;; (load-theme 'airline-kolor t) :custom
(load-theme 'airline-ravenpower t)) (doom-modeline-unicode-fallback t)
(use-package doom-modeline
:init (doom-modeline-mode)) :init (doom-modeline-mode))
(use-package nyan-mode (use-package nyan-mode
:custom
(nyan-cat-face [[""]])
(nyan-cat-face-number 0)
:init (nyan-mode)) :init (nyan-mode))
;; (string-to-char "")
;; Custom Theme. ;; Custom Theme.
;; Not to be confused with a color theme, or a color scheme, or a custom scheme. ;; Not to be confused with a color theme, or a color scheme, or a custom scheme.