Furter notification tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user