Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many icons from fonts are not displayed correctly #93

Closed
stardiviner opened this issue Dec 20, 2017 · 3 comments
Closed

many icons from fonts are not displayed correctly #93

stardiviner opened this issue Dec 20, 2017 · 3 comments

Comments

@stardiviner
Copy link
Contributor

stardiviner commented Dec 20, 2017

all-the-icons org-clock icon error

Here is my original code:

(defun *org-clock ()
  "Show org-clock info."
  (when (and (active)
             (org-clock-is-active)
             org-clock-idle-timer)
    ;; get [0:05] from `org-clock-get-clock-string'
    (propertize
     (concat
      (all-the-icons-material "timer")
      (propertize " " 'face 'variable-pitch)
      (format "%s"
              (org-minutes-to-clocksum-string (org-clock-get-clocked-time)))
      (propertize " " 'face 'variable-pitch))
     'face 'mode-line-data-face))
  )

And I tried to insert icon directly with:

[M-x all-the-icons-insert RET timer]

It works fine, and ivy display it correctly.

Also I runned command "$ fc-cache -f"

When I check out variable all-the-icons/material-icons-alist, I found many icons
display error, same to other all-the-icons fonts.

I also tried to run command [M-x all-the-icons-install-fonts]. not work too.

@wyuenho
Copy link
Collaborator

wyuenho commented Feb 23, 2019

I've just updated the README. Can you diagnose the problem according to this troubleshooting guide? Let me know if you still can't solve the problem.

@wyuenho
Copy link
Collaborator

wyuenho commented Feb 23, 2019

Also, checkout #106

@stardiviner
Copy link
Contributor Author

Seems fixed by #106. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants