Ignore cbatticon reporting 60%

As I've setup frame.work to only load up to 60% and cbatticon is
constantly sending notification that the laptop is discharging or
charging with 60%.
This commit is contained in:
Daniel Siepmann 2024-06-12 17:01:07 +02:00
parent 6a39223ba3
commit 119ff55ccd
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -86,6 +86,12 @@
# Prefix with rule- to mark them as rule for myself.
# Prefix x- is necessary to sort them after urgency_ defaults in generated ini file.
# All sections are sorted alphabetical, done would come before urgency and would be overwritten again.
x-rule-cbatticon = {
appname = "cbatticon";
summary = "*60*";
skip_display = true;
history_ignore = true;
};
x-rule-networkmanager = {
appname = "NetworkManager";
urgency = "low";