Browse Source

mbell now properly includes a notification summary and body

master
mort 9 years ago
parent
commit
894fff437d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mbell

+ 1
- 1
bin/mbell View File

@@ -20,5 +20,5 @@ while true; do
break;
fi

mnotify "Bell from $name"
mnotify "$name" "Bell from $name"
done;

Loading…
Cancel
Save