Skip to content

Commit

Permalink
fix: remove test notification at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif committed Mar 30, 2024
1 parent c1320f7 commit 6c27467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions internal/hypripc.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,4 @@ func GetHyprSocket(hypr *HyprConn) {
attachIconsStruct(hypr)
attachColorsStruct(hypr)
hypr.DEFAULT_FONT_SIZE = "13"

hyprsock.Notify(
hyprsock.icon.INFO,
10000,
hyprsock.color.GREEN,
"Test",
hyprsock.DEFAULT_FONT_SIZE,
)
}
2 changes: 1 addition & 1 deletion internal/project.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package internal

const (
VERSION = "0.2.0"
VERSION = "0.2.1"
PACKAGE = "hyprnotify"
AUTHOR = "codelif"
)

0 comments on commit 6c27467

Please sign in to comment.