Mess with the mode-line and get almost nowhere
This commit is contained in:
parent
55da62fbd6
commit
f394404717
@ -346,36 +346,57 @@ 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 ""))
|
||||
;; :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))
|
||||
:height 80))))
|
||||
:custom
|
||||
(doom-modeline-unicode-fallback t)
|
||||
:init (doom-modeline-mode))
|
||||
|
||||
(use-package nyan-mode
|
||||
:after airline
|
||||
:custom
|
||||
(nyan-cat-face [[""]])
|
||||
(nyan-cat-face-number 0)
|
||||
:init (nyan-mode))
|
||||
;; (add-to-list 'mode-line-format (nyan-create) t)
|
||||
;; (string-to-char "")
|
||||
(use-package powerline
|
||||
:custom
|
||||
(powerline-display-buffer-size nil)
|
||||
(powerline-default-separator 'utf-8)
|
||||
(powerline-utf-8-separator-left (string-to-char ""))
|
||||
(powerline-utf-8-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 (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
|
||||
;; (doom-modeline-unicode-fallback t)
|
||||
;; :init (doom-modeline-mode))
|
||||
;; (use-package telephone-line
|
||||
;; :custom-face
|
||||
;; (mode-line
|
||||
;; ((t
|
||||
;; (:box (:line-width 2 :style released-button)
|
||||
;; (:height (:inherit 'fixed-pitch))
|
||||
;; :height 80))))
|
||||
;; ;; :config
|
||||
;; :custom
|
||||
;; (telephone-line-primary-left-separator 'telephone-line-identity-left)
|
||||
;; (telephone-line-primary-right-separator 'telephone-line-identity-right)
|
||||
;; (telephone-line-lhs '((evil . (telephone-line-evil-tag-segment))
|
||||
;; (accent . (telephone-line-vc-segment
|
||||
;; telephone-line-process-segment))
|
||||
;; (nil . (telephone-line-minor-mode-segment
|
||||
;; telephone-line-buffer-segment))))
|
||||
;; (telephone-line-rhs '((nil . (telephone-line-misc-info-segment
|
||||
;; telephone-line-nyan-segment))
|
||||
;; (accent . (telephone-line-major-mode-segment))
|
||||
;; (evil . (telephone-line-airline-position-segment))))
|
||||
;; :init (telephone-line-mode t))
|
||||
|
||||
|
||||
;; 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