13 lines
501 B
Diff
13 lines
501 B
Diff
diff --git a/notifier/libnotify.go b/notifier/libnotify.go
|
|
index b75cef6..447f6a6 100644
|
|
--- a/notifier/libnotify.go
|
|
+++ b/notifier/libnotify.go
|
|
@@ -34,7 +34,7 @@ func SetupLibnotifyNotifier(notifiers *sync.Map) {
|
|
notification := notify.Notification{
|
|
AppName: "yubikey-touch-detector",
|
|
AppIcon: "yubikey-touch-detector",
|
|
- Summary: "YubiKey is waiting for a touch",
|
|
+ Summary: "uwubikey is w-waiting to be touched 👉🥺👈",
|
|
}
|
|
|
|
reset := func(msg *notify.NotificationClosedSignal) {
|