music recognition: adjust message and icon

This commit is contained in:
end-4
2025-10-28 09:02:19 +01:00
parent 107dc8cc24
commit 066971e720
2 changed files with 3 additions and 2 deletions
@@ -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',
@@ -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
}