diff --git a/commit_text b/commit_text index fa90fa7..b2948ce 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Updated flake +Added notification sound diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 9b99b4d..f9ba106 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -1715,6 +1715,13 @@ }; }; + "plasma_workspace.notifyrc" = { + "Event\\/notification" = { # set notification sound + Action = "Popup|Sound"; + Sound = "file:///run/current-system/sw/share/sounds/ocean/stereo/message-attention.oga"; + }; + }; + "plasma-org.kde.plasma.desktop-appletsrc"."ScreenMapping"."itemsOnDisabledScreens" = "";