Skip to content

Commit 163681c

Browse files
committed
Use phone-* sounds
1 parent 89b2933 commit 163681c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/DBus.vala

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,13 @@ public class Notifications.Server : Object {
239239
switch (category) {
240240
case "call":
241241
case "call.ended":
242+
sound = "dialog-information";
243+
break;
242244
case "call.incoming":
245+
sound = "phone-incoming-call";
246+
break;
243247
case "call.unanswered":
244-
// We probably should use "phone-incoming-call" but it sounds awful in freedesktop theme
245-
sound = "dialog-information";
248+
sound = "phone-outgoing-busy";
246249
break;
247250
case "device.added":
248251
sound = "device-added";

0 commit comments

Comments
 (0)