--- a/notifier/libnotify.go +++ b/notifier/libnotify.go @@ -32,9 +32,10 @@ func SetupLibnotifyNotifier(notifiers *sync.Map) { } notification := notify.Notification{ - AppName: "yubikey-touch-detector", - AppIcon: "yubikey-touch-detector", - Summary: "YubiKey is waiting for a touch", + AppName: "YubiKey", + AppIcon: "yubikey-touch-symbolic", + Summary: "Waiting for touch", + Body: "Confirm presence by touching your YubiKey.", } reset := func(msg *notify.NotificationClosedSignal) {