seagle0128 / doom-modeline

A fancy and fast mode-line inspired by minimalism design.
https://seagle0128.github.io/doom-modeline/
GNU General Public License v3.0
1.27k stars 157 forks source link

[Feature Request] Allow setting the modeline as the headerline #726

Closed sa-gam-github-bitrise closed 2 months ago

seagle0128 commented 2 months ago
(setq header-line-format '("%e"
                           (:eval
                            (doom-modeline-format--main))))
(setq mode-line-format nil)
seagle0128 commented 2 months ago

Actually doom-modeline is designed for mode-line only. It needs many modifications to fully support header-line.

jmjones5 commented 1 month ago

Is there any plans to make it work on the headerline?

seagle0128 commented 1 month ago

Not yet. That needs huge changes, since it's against the original design, e.g. keymaps. Anyway, the PRs are always welcome!