Skip to content

Commit

Permalink
Merge pull request #5 from sysrich/main
Browse files Browse the repository at this point in the history
Make notifications a little less urgent
  • Loading branch information
89luca89 authored Feb 11, 2023
2 parents 7df3926 + 2f91041 commit d646739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func notify(input string) {
// an urgent notification, so we're sure that it will stick
// in the tray, and the user is notified.
hints := map[string]dbus.Variant{
"urgency": dbus.MakeVariant(byte(2)),
"urgency": dbus.MakeVariant(byte(1)),
"category": dbus.MakeVariant("device"),
}

Expand Down

0 comments on commit d646739

Please sign in to comment.