root > codebin > kbubble

kbubble

application/x-shellscript, 174 bytes (load raw)
#!/bin/bash

msg="$1"
title="${2:-note}"
sound="$3"

if [ -z "$sound" ]; then
        mode=16
else
        mode=18
fi

dcop knotify default notify kbubble "$title" "$msg" '$sound' '' 16 0