Skip to content

Commit

Permalink
docs: Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Mar 9, 2024
1 parent 90b8750 commit 730e65d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion internal/panelplugin/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 730e65d

Please sign in to comment.