I see that I can run:
notify-send -u low -i terminal "yo"
and
notify-send -u low -i error "yo"
But I couldn't find any mentions of the icon names "terminal" and "error" in the man page. How can I find out what are the other possible icon names? What are they?
usr/share/icons
but I wanted to just writeterminal
for example not the path to it. I tried the name of some of the icons in the subdirectories on that directory without the extension and it worked but I don't know if all of them will work. So I'm not sure if I should accept it or not. – yukashima huksay Jan 17 '18 at 11:02