mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Only enable process segment in the active window.
This commit is contained in:
parent
82cca4bd57
commit
c89048b529
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
||||||
|
|
||||||
(doom-modeline-def-segment process
|
(doom-modeline-def-segment process
|
||||||
"The process info."
|
"The process info."
|
||||||
(if mode-line-process
|
(if (and (doom-modeline--active) mode-line-process)
|
||||||
mode-line-process
|
mode-line-process
|
||||||
""))
|
""))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue