swaync: ignore "Modem crashed!" notifications/warnings

This commit is contained in:
Colin 2023-09-21 20:21:38 +00:00
parent bf52b65dd5
commit 4ea0256c56

View File

@ -213,10 +213,15 @@ in
# - `category`: string
#
# test rules by using `notify-send` (libnotify)
sxmo-extraneous = {
sxmo-extraneous-daemons = {
state = "ignored";
summary = "(sxmo_hook_lisgd|Autorotate) (Stopped|Started)";
};
sxmo-extraneous-warnings = {
state = "ignored";
# "Modem crashed! 30s recovery.": happens on sxmo_hook_postwake.sh (i.e. unlock)
summary = "^Modem crashed.*$";
};
};
widgets = [
# what to show in the notification center (and in which order).