commit 0874703f3ba96b763c10042c13117e86c15baff1 parent 69b1861d9b23603d17fa803ee345c8e760dd995d Author: Georges Dupéron <jahvascriptmaniac+github@free.fr> Date: Sat, 25 Sep 2010 13:14:08 +0200 Commande pour afficher un icône en plus du message. Diffstat:
| M | mplayerd-getinfo | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mplayerd-getinfo b/mplayerd-getinfo @@ -1,6 +1,7 @@ #!/bin/bash -# notify-send -i ~/img/fonds\ d\'écran/3153_small.jpg "JCRZ - Deep blue (2005)" "blablabla" +# notify-send -i ~/img/fonds\ d\'écran/3153_small.jpg "Antony Raijekov - Deep blue (2005)" "blablabla" +# zenity --notification --window-icon=/usr/share/icons/gnome/scalable/mimetypes/audio-x-generic.svg --text "Antony Raijekov - Moment of Green (2005)" source "$(dirname "$0")/config"