Add dbus hightlight hint#862
Conversation
Codecov Report
@@ Coverage Diff @@
## master #862 +/- ##
=======================================
Coverage 58.08% 58.09%
=======================================
Files 37 37
Lines 6101 6109 +8
=======================================
+ Hits 3544 3549 +5
- Misses 2557 2560 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@tsipinakis I've fixed the merge conflict for this PR. There's still the questionable behaviour of setting the attributes before the rules are evaluated. This is problematic, because in settings refactor V2 everything is made a rule, even the [urgency_*] sections. This means that the dbus hints would not do anything, because they were overwritten by the rules. This should be fixed in c463a59 |
Fixes #861