mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Fix invalid face.
This commit is contained in:
parent
fb45f80b00
commit
f0a9bf3029
1 changed files with 2 additions and 2 deletions
|
@ -2453,8 +2453,8 @@ The cdr can also be a function that returns a name to use.")
|
|||
(pcase (process-status grip-process)
|
||||
('run '(:inherit (all-the-icons-lblue bold)))
|
||||
('exit 'doom-modeline-warning)
|
||||
(_ 'doom-modeline-error))
|
||||
'doom-modeline-error)
|
||||
(_ 'doom-modeline-urgent))
|
||||
'doom-modeline-urgent)
|
||||
'mode-line-inactive)))
|
||||
(propertize
|
||||
(doom-modeline-icon 'material "pageview" "🗐" "@"
|
||||
|
|
Loading…
Add table
Reference in a new issue