Fix logging in icon code#1296
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
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