mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-27 11:09:52 +00:00
Update the icon of timemachine.
This commit is contained in:
parent
e7ebb24208
commit
376e6fb54a
1 changed files with 3 additions and 1 deletions
|
@ -2260,7 +2260,9 @@ The cdr can also be a function that returns a name to use.")
|
||||||
(doom-modeline-buffer-file-state-icon
|
(doom-modeline-buffer-file-state-icon
|
||||||
"camera_alt"
|
"camera_alt"
|
||||||
"%1*"
|
"%1*"
|
||||||
(if active 'doom-modeline-warning 'mode-line-inactive))
|
(if active 'warning 'mode-line-inactive)
|
||||||
|
1.1
|
||||||
|
-0.25)
|
||||||
(doom-modeline-vspc)
|
(doom-modeline-vspc)
|
||||||
|
|
||||||
;; buffer name
|
;; buffer name
|
||||||
|
|
Loading…
Reference in a new issue