-
Notifications
You must be signed in to change notification settings - Fork 343
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
Fix logging in icon code #1296
Fix logging in icon code #1296
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1296 +/- ##
==========================================
+ Coverage 64.46% 64.79% +0.32%
==========================================
Files 48 48
Lines 7920 7962 +42
==========================================
+ Hits 5106 5159 +53
+ Misses 2814 2803 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Was it expected that setting default_icon = "" uses an icon?
This for example still uses an icon for notifications with normal urgency. |
What do you mean it uses the default icon? Also could you please open an issue Also, is this something that happened after this commit? |
If you specify icon_theme in configuration file, then for all notifications dunst will use an icon from the theme, unless you configure it otherwise. If you check for example Papirus icons then dunst will use emblem-information icon I think. Example config:
|
I don't get this behavior. Please open an issue including your dunst version and dunstrc so that I can investigate |
Remove extra newlines and move a string empty upwards