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

Message icon is very small with HIDPI screen #31

Open
tareefdev opened this issue Jul 28, 2018 · 3 comments
Open

Message icon is very small with HIDPI screen #31

tareefdev opened this issue Jul 28, 2018 · 3 comments

Comments

@tareefdev
Copy link

After installing the package, message icon in the mode line is very small, I have a 4K screen
screenshot_20180728_093452

How can I enlarge it?

@iqbalansari
Copy link
Owner

iqbalansari commented Jul 28, 2018

Hi again, actually mu4e-alert uses the value of display-time-mail-icon, this usually points to "letter.xpm" which ships with Emacs. Right now there is no option in mu4e-alert to configure the image used, I might add it in future.

Thanks

@tareefdev
Copy link
Author

Thanks for the helpful info, I changed the file, and now it's much better :)

@ChauhanT
Copy link

ChauhanT commented May 30, 2021

Hi, instead of opening another issue, I am going to try and ask it here. How does one go about setting the icon displayed in the alert? My config currently reads:

(use-package! mu4e-alert
  :after mu4e
  :hook
  ((after-init . mu4e-alert-enable-notifications)
   (after-init . mu4e-alert-enable-mode-line-display))

  :config 
  (setq mu4e-alert-interesting-mail-query (concat "flag:unread AND NOT flag:trashed"
                                                  " AND NOT (m:/personal/Spam or m:/personal/Bin)"
                                                  " AND NOT (m:/work/Spam or m:/work/Bin)") )

  ;; mu4e-alert-enable-notifications t
  (mu4e-alert-set-default-style 'libnotify)
  (setq mu4e-alert-max-messages-to-process 500
        mu4e-alert-icon "~/doom.d/icons/icon-mu4e-new-email.png") )

Any tips/suggestions will be very helpful. Cheers!

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

No branches or pull requests

3 participants