diff --git a/src/xfpm-backlight.c b/src/xfpm-backlight.c --- a/src/xfpm-backlight.c +++ b/src/xfpm-backlight.c @@ -162,7 +162,7 @@ backlight->priv->n = xfpm_notify_new_notification (backlight->priv->notify, "", "", - "xfpm-brightness-lcd", + "display-brightness", 0, XFPM_NOTIFY_NORMAL); } diff --git a/src/xfpm-kbd-backlight.c b/src/xfpm-kbd-backlight.c --- a/src/xfpm-kbd-backlight.c +++ b/src/xfpm-kbd-backlight.c @@ -114,7 +114,7 @@ self->priv->n = xfpm_notify_new_notification (self->priv->notify, "", "", - "xfpm-brightness-keyboard", + "keyboard-brightness", 0, XFPM_NOTIFY_NORMAL); }