Skip to content

Commit

Permalink
Make notifications a little less urgent
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrich committed Feb 11, 2023
1 parent 7df3926 commit 2f91041
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 2f91041

Please sign in to comment.