emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

synchronous with notifi-send #516

Closed gorylong closed 4 months ago

gorylong commented 4 months ago

I'm trying to make a progress bar for volume but can't figure it out, I'm wondering if you could consider supporting it.

test example:

while true
  do 
     vol=$((vol + 1)) 
     notify-send -t 4000 -h int:value:${vol} "VOLUMEN: ${vol}% " -h string:synchronous:volume
     sleep 1
  done
emersion commented 4 months ago

Mako supports x-canonical-private-synchronous and x-dunst-stack-tag, but not synchronous.