update (mpd-change fix)
[dotfiles.git] / Scripts / notify
index 9e428e2..29e7f15 100755 (executable)
@@ -7,5 +7,5 @@ get_json() {
 while read line; do
     icon="$(echo $line | get_json app_icon)"
     msg="$(echo $line | get_json summary)"
-    herbe "$icon $msg" &
+    herbe "$icon  $msg" &
 done