swaync: added debug messages for G_MESSAGES_DEBUG

This commit is contained in:
Tigor Hutasuhut 2024-11-04 10:33:52 +07:00
parent cae1ccb443
commit 1bb6057a32

View file

@ -62,12 +62,14 @@ in
}; };
_98-play-notification-sound-normal = { _98-play-notification-sound-normal = {
exec = ''${pkgs.sox}/bin/play --volume 0.5 ${./gran_turismo_menu_sound_effect.mp3}''; exec = ''${pkgs.sox}/bin/play --volume 0.5 ${./gran_turismo_menu_sound_effect.mp3}'';
app-name = "^(?!discord|TelegramDesktop|Slack|slack|Signal|Element|whatsapp-for-linux).*$"; app-name = "^(?!discord|TelegramDesktop|Slack|slack|Signal|Element|whatsapp-for-linux|vesktop).*$";
}; };
}; };
}; };
}; };
systemd.user.services.swaync.Service.Environment = [ "G_MESSAGES_DEBUG=all" ];
wayland.windowManager.hyprland.settings.layerrule = [ wayland.windowManager.hyprland.settings.layerrule = [
"blur, swaync-notification-window" "blur, swaync-notification-window"
"blur, swaync-control-center" "blur, swaync-control-center"