From 066971e7207b2672f886493f6d8822d3bd52d11f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:02:19 +0100 Subject: [PATCH] music recognition: adjust message and icon --- .../quickshell/ii/modules/common/widgets/notification_utils.js | 3 ++- .../quickToggles/androidStyle/AndroidMusicRecognition.qml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/notification_utils.js b/dots/.config/quickshell/ii/modules/common/widgets/notification_utils.js index dbdeebde9..f817a460b 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/notification_utils.js +++ b/dots/.config/quickshell/ii/modules/common/widgets/notification_utils.js @@ -17,7 +17,8 @@ function findSuitableMaterialSymbol(summary = "") { 'time': 'scheduleb', 'installed': 'download', 'configuration reloaded': 'reset_wrench', - 'unable': 'indeterminate_question_box', + 'unable': 'question_mark', + "couldn't": 'question_mark', 'config': 'reset_wrench', 'update': 'update', 'ai response': 'neurology', diff --git a/dots/.config/quickshell/ii/modules/sidebarRight/quickToggles/androidStyle/AndroidMusicRecognition.qml b/dots/.config/quickshell/ii/modules/sidebarRight/quickToggles/androidStyle/AndroidMusicRecognition.qml index 18b90f6ff..a1b9c6738 100644 --- a/dots/.config/quickshell/ii/modules/sidebarRight/quickToggles/androidStyle/AndroidMusicRecognition.qml +++ b/dots/.config/quickshell/ii/modules/sidebarRight/quickToggles/androidStyle/AndroidMusicRecognition.qml @@ -33,7 +33,7 @@ AndroidQuickToggleButton { } musicReconizedProc.running = true } catch(e) { - Quickshell.execDetached(["notify-send", Translation.tr("Unable to recognize music"), Translation.tr("Please make sure your music is playing and try again"), "-a", "Shell"]) + Quickshell.execDetached(["notify-send", Translation.tr("Couldn't recognize music"), Translation.tr("Perhaps what you're listening to is too niche"), "-a", "Shell"]) } finally { root.toggled = false }