mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Remove unnecessary icons from the compatible list.
This commit is contained in:
parent
b47fe7b65a
commit
442e1ada18
1 changed files with 3 additions and 10 deletions
|
@ -78,15 +78,8 @@ It returns a file name which can be used directly as argument of
|
||||||
(doom-modeline--set-char-widths
|
(doom-modeline--set-char-widths
|
||||||
`((2 . ,fonts)))))
|
`((2 . ,fonts)))))
|
||||||
|
|
||||||
(defconst doom-modeline-icons-alist
|
(defconst doom-modeline-rhs-icons-alist
|
||||||
'(;; macro
|
'(;; vcs
|
||||||
("fiber_manual_record" . "\xe061")
|
|
||||||
("triangle-right" . "\xf05a")
|
|
||||||
|
|
||||||
;; multiple-cursors
|
|
||||||
("i-cursor" . "\xf246")
|
|
||||||
|
|
||||||
;; vcs
|
|
||||||
("git-compare" . "\xf0ac")
|
("git-compare" . "\xf0ac")
|
||||||
("git-merge" . "\xf023")
|
("git-merge" . "\xf023")
|
||||||
("arrow-down" . "\xf03f")
|
("arrow-down" . "\xf03f")
|
||||||
|
@ -129,7 +122,7 @@ It returns a file name which can be used directly as argument of
|
||||||
("battery-half" . "\xf242")
|
("battery-half" . "\xf242")
|
||||||
("battery-quarter" . "\xf243")
|
("battery-quarter" . "\xf243")
|
||||||
("battery-three-quarters" . "\xf241")))
|
("battery-three-quarters" . "\xf241")))
|
||||||
(doom-moddeline--set-font-widths doom-modeline-icons-alist)
|
(doom-moddeline--set-font-widths doom-modeline-rhs-icons-alist)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue