Skip to content

Commit

Permalink
Make delay longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimiblock committed May 10, 2024
1 parent eeea5c4 commit 47348e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func monitorDbus(path, member string) {
}

func playSoundOnNewLine() {
ticker := time.NewTicker(600 * time.Millisecond)
ticker := time.NewTicker(750 * time.Millisecond)
defer ticker.Stop()

for range ticker.C {
Expand Down

0 comments on commit 47348e0

Please sign in to comment.