diff --git a/README.md b/README.md index a021a11..ab8d232 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # hyprpanel +[![Lint](https://github.com/pdf/hyprpanel/actions/workflows/lint.yml/badge.svg)](https://github.com/pdf/hyprpanel/actions/workflows/lint.yml) +[![Release](https://github.com/pdf/hyprpanel/actions/workflows/release.yml/badge.svg)](https://github.com/pdf/hyprpanel/actions/workflows/release.yml) +[![AUR](https://github.com/pdf/hyprpanel/actions/workflows/aur.yml/badge.svg)](https://github.com/pdf/hyprpanel/actions/workflows/aur.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/pdf/hyprpanel)](https://goreportcard.com/report/github.com/pdf/hyprpanel) +[![License](https://img.shields.io/badge/License-MIT-%23a31f34)](https://github.com/pdf/hyprpanel/blob/main/LICENSE) + An opinionated panel/shell for the Hyprland compositor. > [!NOTE] diff --git a/internal/panelplugin/grpc.go b/internal/panelplugin/grpc.go index af2b534..c8df488 100644 --- a/internal/panelplugin/grpc.go +++ b/internal/panelplugin/grpc.go @@ -349,7 +349,7 @@ func (s *HostGRPCServer) NotificationClosed(_ context.Context, req *hyprpanelv1. return &hyprpanelv1.HostServiceNotificationClosedResponse{}, nil } -// NotificationAction implementaiton. +// NotificationAction implementation. func (s *HostGRPCServer) NotificationAction(_ context.Context, req *hyprpanelv1.HostServiceNotificationActionRequest) (*hyprpanelv1.HostServiceNotificationActionResponse, error) { err := s.Impl.NotificationAction(req.Id, req.ActionKey) if err != nil {