diff --git a/home/services/dunst.nix b/home/services/dunst.nix index 010253e..0cd56ab 100644 --- a/home/services/dunst.nix +++ b/home/services/dunst.nix @@ -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";