diff options
Diffstat (limited to 'pkgs/yubikey-touch-detector/yubikey-touch-detector.patch')
| -rw-r--r-- | pkgs/yubikey-touch-detector/yubikey-touch-detector.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/yubikey-touch-detector/yubikey-touch-detector.patch b/pkgs/yubikey-touch-detector/yubikey-touch-detector.patch new file mode 100644 index 0000000..084874a --- /dev/null +++ b/pkgs/yubikey-touch-detector/yubikey-touch-detector.patch @@ -0,0 +1,16 @@ +--- 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) { |
