Merge pull request #5058 from ericdallo/fix-light-modeline
:ui modeline: Fix missing arg to +modeline-format-icon function
This commit is contained in:
commit
f95bf845c3
1 changed files with 5 additions and 5 deletions
|
@ -427,7 +427,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
||||||
error
|
error
|
||||||
warning
|
warning
|
||||||
info))))
|
info))))
|
||||||
(+modeline-format-icon "check" "" 'success)))
|
(+modeline-format-icon 'material "check" "" 'success)))
|
||||||
(`running (+modeline-format-icon 'material "access_time" "*" 'mode-line-inactive "Running..."))
|
(`running (+modeline-format-icon 'material "access_time" "*" 'mode-line-inactive "Running..."))
|
||||||
(`errored (+modeline-format-icon 'material "sim_card_alert" "!" 'error "Errored!"))
|
(`errored (+modeline-format-icon 'material "sim_card_alert" "!" 'error "Errored!"))
|
||||||
(`interrupted (+modeline-format-icon 'material "pause" "!" 'mode-line-inactive "Interrupted"))
|
(`interrupted (+modeline-format-icon 'material "pause" "!" 'mode-line-inactive "Interrupted"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue