def spawn_toast(title, text, seconds) `kdialog --title "#{title}" --passivepopup "#{text}" #{seconds}` end