Furter notification tweaks

This commit is contained in:
David Heinemeier Hansson
2026-05-16 10:05:30 +02:00
parent 1513adb339
commit ecd9dc6ffe
3 changed files with 23 additions and 20 deletions
+4 -3
View File
@@ -68,11 +68,12 @@ done
# Tag as a user-action toast so it pops through DND. See dnd-fix-plan.md.
args+=("-a" "omarchy-action" "-u" "$urgency")
# Glyph is now a custom hint the quickshell daemon renders into the icon
# slot, not prepended to the summary. Old mako-era formatting was glyph + 4
# spaces + headline, which leaves ugly whitespace in the new card design.
# Send the glyph both as a custom hint and in a summary prefix.
# Quickshell strips the prefix back into the icon slot; other notification
# daemons still get the familiar glyph + spacing presentation.
if [[ -n $glyph ]]; then
args+=("--hint=string:omarchy-glyph:$glyph")
headline="$glyph $headline"
fi
if [[ -n $description ]]; then